Skip to content

Commit 84f6b1f

Browse files
authored
bumv v to 18 (#88)
1 parent a09e9a5 commit 84f6b1f

File tree

3 files changed

+811
-1001
lines changed

3 files changed

+811
-1001
lines changed

contracts/votingMachines/GenesisProtocolLogic.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,8 @@ contract GenesisProtocolLogic is IntVoteInterface {
608608
totalReputation
609609
);
610610
emit GPExecuteProposal(_proposalId, executionState);
611-
ProposalExecuteInterface(proposal.callbacks).executeProposal(_proposalId, int(proposal.winningVote));
612611
proposal.daoBounty = proposal.daoBountyRemain;
612+
ProposalExecuteInterface(proposal.callbacks).executeProposal(_proposalId, int(proposal.winningVote));
613613
}
614614
if (tmpProposal.state != proposal.state) {
615615
emit StateChange(_proposalId, proposal.state);

0 commit comments

Comments
 (0)