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 6752073 commit a8abcfaCopy full SHA for a8abcfa
lib/runCall.js
@@ -105,7 +105,7 @@ module.exports = function (opts, cb) {
105
106
if ((account.nonce && new BN(account.nonce) > 0) || account.codeHash.compare(EMPTY_CODE_HASH) !== 0) {
107
toAccount = account
108
- code = new Buffer('0xfe', 'hex') // Invalid init code
+ code = new Buffer('fe', 'hex') // Invalid init code
109
done()
110
return
111
}
0 commit comments