Fix getRootHash() for TrackTrie

This commit is contained in:
nicksavers 2014-09-15 08:22:21 +02:00
parent a6803e74c8
commit 055318b7d4
1 changed files with 1 additions and 2 deletions

View File

@ -84,8 +84,7 @@ public class TrackTrie implements TrieFacade {
@Override
public byte[] getRootHash() {
// TODO Auto-generated method stub
return null;
return trie.getRootHash();
}
@Override