Skip to content

Commit

Permalink
increase maxActions for tokenvm to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wlawt committed Apr 29, 2024
1 parent bd97396 commit ea3d232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tokenvm/genesis/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func Default() *Genesis {
StorageValueWriteUnits: 3,

// Action Per Tx
MaxActionsPerTx: 1,
MaxActionsPerTx: 2,
}
}

Expand Down

0 comments on commit ea3d232

Please sign in to comment.