Skip to content

Commit 3ca67ad

Browse files
committed
remove commented out Forest worldstate
Signed-off-by: garyschulte <garyschulte@gmail.com>
1 parent c991354 commit 3ca67ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ethereum/referencetests/src/main/java/org/hyperledger/besu/ethereum/referencetests/ReferenceTestWorldState.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,5 @@ static void insertAccount(
9393
static ReferenceTestWorldState create(final Map<String, AccountMock> accounts) {
9494
// delegate to a Bonsai reference test world state:
9595
return BonsaiReferenceTestWorldState.create(accounts);
96-
// return DefaultReferenceTestWorldState.create(accounts);
9796
}
9897
}

0 commit comments

Comments
 (0)