Fix errors with new testrpc version

This commit is contained in:
Amir Bandeali
2017-12-04 16:58:15 -08:00
parent 7008e882c0
commit e6862e9739
8 changed files with 45 additions and 44 deletions

View File

@@ -1,4 +1,5 @@
export const constants = {
NULL_BYTES: '0x',
INVALID_OPCODE: 'invalid opcode',
REVERT: 'revert',
};