small test and some comments

This commit is contained in:
Ethan Buchman
2018-02-17 16:32:30 -05:00
parent 1555c4876e
commit 1698e4e2d8
3 changed files with 34 additions and 3 deletions
+2 -1
View File
@@ -61,7 +61,8 @@ type CommitMultiStore interface {
Committer
MultiStore
// Mount a store of type.
// Mount a store of type using the given db.
// If db == nil, the new store will use the CommitMultiStore db.
MountStoreWithDB(key StoreKey, typ StoreType, db dbm.DB)
// Panics on a nil key.