Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
totalAmount corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
nge6427 authored Oct 11, 2018
1 parent d181d65 commit b342c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ module.exports = {
distance: 3000000, // Distance between each milestone
},
signatureLength: 196,
totalAmount: 12500000000000000,
totalAmount: 12500000000000004, // TODO: Fix properly because this value exceeds JS Number precision
unconfirmedTransactionTimeOut: 10800 // 1080 blocks
};

0 comments on commit b342c2a

Please sign in to comment.