Merge PR #7265: Tendermint Block Pruning

This commit is contained in:
Alexander Bezobchuk
2020-09-14 10:12:49 -04:00
committed by GitHub
parent 56e3bc1945
commit 7ae84898de
15 changed files with 295 additions and 6 deletions
+4
View File
@@ -55,6 +55,10 @@ func (ms multiStore) SetPruning(opts sdk.PruningOptions) {
panic("not implemented")
}
func (ms multiStore) GetPruning() sdk.PruningOptions {
panic("not implemented")
}
func (ms multiStore) GetCommitKVStore(key sdk.StoreKey) sdk.CommitKVStore {
panic("not implemented")
}