mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-11 12:24:13 +00:00
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…
x
Reference in New Issue
Block a user