diff options
author | Fabio Berger <me@fabioberger.com> | 2017-06-07 23:53:52 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-06-07 23:53:52 +0800 |
commit | 9e855b4c6ad3baef8be3a725ca26b679c2542c00 (patch) | |
tree | 7ce9999e88c3cbb1ca4c491cef4b6db5660dd7af /src/utils | |
parent | bc441015b672c310bd4b4a67fcf9a98e28793883 (diff) | |
download | dexon-sol-tools-9e855b4c6ad3baef8be3a725ca26b679c2542c00.tar dexon-sol-tools-9e855b4c6ad3baef8be3a725ca26b679c2542c00.tar.gz dexon-sol-tools-9e855b4c6ad3baef8be3a725ca26b679c2542c00.tar.bz2 dexon-sol-tools-9e855b4c6ad3baef8be3a725ca26b679c2542c00.tar.lz dexon-sol-tools-9e855b4c6ad3baef8be3a725ca26b679c2542c00.tar.xz dexon-sol-tools-9e855b4c6ad3baef8be3a725ca26b679c2542c00.tar.zst dexon-sol-tools-9e855b4c6ad3baef8be3a725ca26b679c2542c00.zip |
Remove catch of invalid jump throws since there are many reasons the contracts could throw this error
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/constants.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts index ebc8586f3..5a5ba0e0a 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -1,5 +1,4 @@ export const constants = { NULL_ADDRESS: '0x0000000000000000000000000000000000000000', TESTRPC_NETWORK_ID: 50, - INVALID_JUMP_IDENTIFIER: 'invalid JUMP at', }; |