Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
fix: blockNumber is not bigNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
satello committed Jun 12, 2018
1 parent cacc9be commit 1117dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/Disputes.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class Disputes {
contractAddress: disputeData.arbitrableContractAddress,
partyA: arbitrableContractData.partyA,
partyB: arbitrableContractData.partyB,
blockNumber: event.blockNumber.toNumber()
blockNumber: event.blockNumber
}
)
}
Expand Down

0 comments on commit 1117dae

Please sign in to comment.