diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-12 00:12:37 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-12 00:12:37 +0800 |
commit | 6c26255979fe8249932beed88e284cf43b806cf7 (patch) | |
tree | c0814aa78bccb50e27af2dd8b6414ad2a1f7ec9b /lib | |
parent | e2c4525da7a4d50fdba088837853494ef3de9dd7 (diff) | |
parent | e778e127d6b4ab9e8efb514966975b96b85e7dd6 (diff) | |
download | dexon-6c26255979fe8249932beed88e284cf43b806cf7.tar dexon-6c26255979fe8249932beed88e284cf43b806cf7.tar.gz dexon-6c26255979fe8249932beed88e284cf43b806cf7.tar.bz2 dexon-6c26255979fe8249932beed88e284cf43b806cf7.tar.lz dexon-6c26255979fe8249932beed88e284cf43b806cf7.tar.xz dexon-6c26255979fe8249932beed88e284cf43b806cf7.tar.zst dexon-6c26255979fe8249932beed88e284cf43b806cf7.zip |
Merge branch 'tests' into develop
Diffstat (limited to 'lib')
-rw-r--r-- | lib/abi.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/abi.js b/lib/abi.js index 99d2ba932..86cd99cf4 100644 --- a/lib/abi.js +++ b/lib/abi.js @@ -275,3 +275,4 @@ module.exports = { outputParser: outputParser, methodSignature: methodSignature }; + |