Skip to content

Commit

Permalink
Fixes comment to 2*10^16
Browse files Browse the repository at this point in the history
  • Loading branch information
abhayks1 committed Mar 4, 2019
1 parent 788f8ab commit 029ede4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/utils/configReader.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ ConfigReader.prototype = {
eip20TokenDecimals: '18',
sessionKeySpendingLimit: '1000000000000000000000', //1000 ethers
sessionKeyExpirationHeight: '1000000000000000000',
price: '20000000000000000', // $0.02 = 20*10^16
acceptanceMargin: '1000000000000000000', // $1
price: '20000000000000000', // $0.02 = 2*10^16
acceptanceMargin: '1000000000000000000', // $1 = 1*10^18
auxiliaryPort: 8546,
workerExpirationHeight: '20000000'
};
Expand Down

0 comments on commit 029ede4

Please sign in to comment.