Add getWorldState() method

This commit is contained in:
nicksavers 2014-07-08 00:12:18 +02:00
parent c6557ebfea
commit f75fd9955f
1 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,10 @@ public class Repository {
return state;
}
public Trie getWorldState() {
return worldState;
}
public AccountState getAccountState(byte[] addr) {