diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-31 22:22:05 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-31 22:22:05 +0800 |
commit | b20e972bec52781de806fb050e72d44b729c6541 (patch) | |
tree | 0d8114da1536ae5ec6c2c606a30e1ae4c2cb311f /lib/const.js | |
parent | a8a2e3231c2ced50989dc5d23659f7482a667f69 (diff) | |
download | dexon-b20e972bec52781de806fb050e72d44b729c6541.tar dexon-b20e972bec52781de806fb050e72d44b729c6541.tar.gz dexon-b20e972bec52781de806fb050e72d44b729c6541.tar.bz2 dexon-b20e972bec52781de806fb050e72d44b729c6541.tar.lz dexon-b20e972bec52781de806fb050e72d44b729c6541.tar.xz dexon-b20e972bec52781de806fb050e72d44b729c6541.tar.zst dexon-b20e972bec52781de806fb050e72d44b729c6541.zip |
few methods moved to utils
Diffstat (limited to 'lib/const.js')
-rw-r--r-- | lib/const.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/const.js b/lib/const.js index 69ed5a09b..22f6dc690 100644 --- a/lib/const.js +++ b/lib/const.js @@ -27,7 +27,7 @@ if (process.env.NODE_ENV !== 'build') { module.exports = { ETH_PADDING: 32, - ETH_METHOD_SIGNATURE_LENGTH: 4, + ETH_SIGNATURE_LENGTH: 4, ETH_BIGNUMBER_ROUNDING_MODE: { ROUNDING_MODE: BigNumber.ROUND_DOWN } }; |