Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Luchuan committed Nov 15, 2019
1 parent bb9a379 commit 43985bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neo/SmartContract/Native/Tokens/GasToken.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ protected override bool OnPersist(ApplicationEngine engine)
totalNetworkFee += burned;
}
}

ECPoint[] validators = NEO.GetNextBlockValidators(engine.Snapshot);
UInt160 primary = Contract.CreateSignatureRedeemScript(validators[engine.Snapshot.PersistingBlock.ConsensusData.PrimaryIndex]).ToScriptHash();
Mint(engine, primary, totalNetworkFee);
Expand Down

0 comments on commit 43985bd

Please sign in to comment.