Skip to content

Commit aac1ff2

Browse files
committed
Initialize eth VM with allowUnlimitedContractSize: true
1 parent 66293aa commit aac1ff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/util/vm.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ module.exports.execute = function ex(contract, functionName, args) {
145145
const stateTrie = new Trie();
146146
const vm = new VM({
147147
state: stateTrie,
148+
allowUnlimitedContractSize: true
148149
});
149150

150151
createAccount(stateTrie);

0 commit comments

Comments
 (0)