Skip to content

Commit

Permalink
Merge branch 'optimize_nextconsensus' of https://github.com/Qiao-Jin/neo
Browse files Browse the repository at this point in the history
 into optimize_nextconsensus
  • Loading branch information
Jin Qiao committed Oct 26, 2020
2 parents ba076b0 + 49b876e commit a7fc8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neo/SmartContract/Native/Tokens/NeoToken.cs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ private bool UnregisterCandidate(ApplicationEngine engine, ECPoint pubkey)
return true;
}

[ContractMethod(5_00000000, CallFlags.AllowModifyStates)]
[ContractMethod(0_05000000, CallFlags.AllowModifyStates)]
private bool Vote(ApplicationEngine engine, UInt160 account, ECPoint voteTo)
{
if (!engine.CheckWitnessInternal(account)) return false;
Expand Down

0 comments on commit a7fc8a8

Please sign in to comment.