Skip to content

Commit

Permalink
Merge branch 'master' into feat_gasUsed_std_gnovm
Browse files Browse the repository at this point in the history
  • Loading branch information
thinhnx-var authored May 29, 2024
2 parents 47647a7 + 088eeca commit 2af4c25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contribs/gnodev/pkg/dev/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ type NodeConfig struct {
func DefaultNodeConfig(rootdir string) *NodeConfig {
tmc := gnoland.NewDefaultTMConfig(rootdir)
tmc.Consensus.SkipTimeoutCommit = false // avoid time drifting, see issue #1507
tmc.Consensus.WALDisabled = true

defaultDeployer := crypto.MustAddressFromString(integration.DefaultAccount_Address)
balances := []gnoland.Balance{
Expand Down

0 comments on commit 2af4c25

Please sign in to comment.