app compiles
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user