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.
2 parents c8497ab + 76d2542 commit d84be4fCopy full SHA for d84be4f
index.js
@@ -9,6 +9,7 @@ module.exports = {
9
txtest: require('./BasicTests/txtest'),
10
StateTests: {
11
stPreCompiledContracts: require('./StateTests/stPreCompiledContracts'),
12
+ stRecursiveCreate: require('./StateTests/stRecursiveCreate'),
13
stSystemOperationsTest: require('./StateTests/stSystemOperationsTest'),
14
},
15
VMTests: {
0 commit comments