add more db fields for fixed fee
This commit is contained in:
parent
8ecc8ce510
commit
8cdad0bc15
10 changed files with 74 additions and 65 deletions
|
|
@ -3,4 +3,8 @@ const BigNumber = require('bignumber.js')
|
|||
BigNumber.config({ROUNDING_MODE: BigNumber.ROUND_HALF_EVEN})
|
||||
|
||||
function BN (s, radix) { return new BigNumber(s, radix) }
|
||||
|
||||
BN.min = BigNumber.min
|
||||
BN.max = BigNumber.max
|
||||
|
||||
module.exports = BN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue