mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
d84be4fe07
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
|
@ -9,6 +9,7 @@ module.exports = {
|
|||
txtest: require('./BasicTests/txtest'),
|
||||
StateTests: {
|
||||
stPreCompiledContracts: require('./StateTests/stPreCompiledContracts'),
|
||||
stRecursiveCreate: require('./StateTests/stRecursiveCreate'),
|
||||
stSystemOperationsTest: require('./StateTests/stSystemOperationsTest'),
|
||||
},
|
||||
VMTests: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue