Skip to content

Commit

Permalink
burns are negtives
Browse files Browse the repository at this point in the history
  • Loading branch information
santisiri committed Dec 19, 2019
1 parent bdb29d8 commit 45e5417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web3.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ const _mirrorUserEvent = (event, map, collectiveId, block) => {
collectiveId,
poll: [],
decision: {
sharesToBurn: parseInt(new BigNumber(event.returnValues.sharesToBurn).toNumber(), 10),
sharesToBurn,
},
period: 'RAGEQUIT',
signatures: [
Expand Down

0 comments on commit 45e5417

Please sign in to comment.