app compiles

This commit is contained in:
Ethan Buchman
2018-01-12 19:17:17 -08:00
committed by Jae Kwon
parent 5e46eea616
commit ab438c3f45
4 changed files with 39 additions and 34 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ package types
type Handler func(ctx Context, tx Tx) Result
type AnteHandler func(ctx Context, tx Tx) (Result, abort bool)
type AnteHandler func(ctx Context, tx Tx) (result Result, abort bool)