WIP: Implementing App w/ tests

This commit is contained in:
Jae Kwon
2017-12-21 03:44:59 -08:00
parent 45c2e9c30b
commit 5c06e56c24
5 changed files with 167 additions and 112 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ import (
// Handler handles both ABCI DeliverTx and CheckTx requests.
// Iff ABCI.CheckTx, ctx.IsCheckTx() returns true.
type Handler func(ctx Context, ms store.MultiStore, tx Tx) Result
type Handler func(ctx Context, store store.MultiStore, tx Tx) Result