We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa1bda commit b549fdbCopy full SHA for b549fdb
lib/runCall.js
@@ -94,7 +94,9 @@ module.exports = function (opts, cb) {
94
}
95
96
if ((account.nonce && new BN(account.nonce) > 0) || account.codeHash.compare(EMPTY_CODE_HASH) !== 0) {
97
- done(ERROR.INVALID_OPCODE)
+ toAccount = account
98
+ code = new Buffer("0xfe", "hex") // Invalid init code
99
+ done()
100
return
101
102
0 commit comments