removed seal

This commit is contained in:
Sunny Aggarwal
2018-04-22 23:36:15 -07:00
parent d613c2b9e6
commit 016a1c8ec9
6 changed files with 4 additions and 47 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ func NewBasecoinApp(logger log.Logger, db dbm.DB) *BasecoinApp {
cdc,
app.capKeyMainStore, // target store
&types.AppAccount{}, // prototype
).Seal()
)
// Add handlers.
coinKeeper := bank.NewKeeper(app.accountMapper)