We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6701e73 commit 6571731Copy full SHA for 6571731
gno.land/pkg/gnoland/genesis.go
@@ -19,7 +19,7 @@ import (
19
"github.com/pelletier/go-toml"
20
)
21
22
-const initGasPrice = "1ugnot/1000000gas"
+const initGasPrice = "1ugnot/1000gas"
23
24
// LoadGenesisBalancesFile loads genesis balances from the provided file path.
25
func LoadGenesisBalancesFile(path string) (Balances, error) {
0 commit comments