Skip to content

Commit 6571731

Browse files
committed
change back the initial gas price
1 parent 6701e73 commit 6571731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gno.land/pkg/gnoland/genesis.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"github.com/pelletier/go-toml"
2020
)
2121

22-
const initGasPrice = "1ugnot/1000000gas"
22+
const initGasPrice = "1ugnot/1000gas"
2323

2424
// LoadGenesisBalancesFile loads genesis balances from the provided file path.
2525
func LoadGenesisBalancesFile(path string) (Balances, error) {

0 commit comments

Comments
 (0)