Merge pull request #59 from nicksavers/master

Add getWorldState() method
This commit is contained in:
romanman 2014-07-07 23:14:39 +01:00
commit a4d00f1d3b
1 changed files with 4 additions and 0 deletions

View File

@ -109,6 +109,10 @@ public class Repository {
return state;
}
public Trie getWorldState() {
return worldState;
}
public AccountState getAccountState(byte[] addr) {
byte[] accountStateRLP = accountStateDB.get(addr);