Fix getRootHash() for TrackTrie
This commit is contained in:
parent
a6803e74c8
commit
055318b7d4
|
@ -84,8 +84,7 @@ public class TrackTrie implements TrieFacade {
|
|||
|
||||
@Override
|
||||
public byte[] getRootHash() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
return trie.getRootHash();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue