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

Commit b342c2a

Browse files
authored
totalAmount corrected
1 parent d181d65 commit b342c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ module.exports = {
4141
distance: 3000000, // Distance between each milestone
4242
},
4343
signatureLength: 196,
44-
totalAmount: 12500000000000000,
44+
totalAmount: 12500000000000004, // TODO: Fix properly because this value exceeds JS Number precision
4545
unconfirmedTransactionTimeOut: 10800 // 1080 blocks
4646
};

0 commit comments

Comments
 (0)