Add getWorldState() method
This commit is contained in:
parent
c6557ebfea
commit
f75fd9955f
|
@ -108,6 +108,10 @@ public class Repository {
|
|||
|
||||
return state;
|
||||
}
|
||||
|
||||
public Trie getWorldState() {
|
||||
return worldState;
|
||||
}
|
||||
|
||||
public AccountState getAccountState(byte[] addr) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue