Skip to content

Commit 384b982

Browse files
committed
Remove leftover code
1 parent 747a7f0 commit 384b982

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

internal/common/common.go

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,7 @@ import "github.com/gnolang/gno/tm2/pkg/std"
44

55
const Denomination = "ugnot"
66

7-
var (
8-
DefaultGasFee = std.Coin{
9-
Denom: Denomination,
10-
Amount: 5,
11-
}
12-
13-
// TODO remove
14-
InitialTxCost = std.Coin{
15-
Denom: Denomination,
16-
Amount: 1000000, // 1 GNOT
17-
}
18-
)
7+
var DefaultGasFee = std.Coin{
8+
Denom: Denomination,
9+
Amount: 5,
10+
}

0 commit comments

Comments
 (0)