Skip to content

Commit

Permalink
fix: proposal vote step limit to 2e8
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Jan 10, 2024
1 parent 485d5f4 commit 9b3cf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/rawTxMaker/api/governance.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function voteNetworkProposal(
vote,
prepAddress,
nid,
sl = 200000000000
sl = 200000000
) {
return makeTxCallRPCObj(
prepAddress,
Expand Down

0 comments on commit 9b3cf0b

Please sign in to comment.