remove genesis of checkTx
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@ package types
|
||||
import "encoding/json"
|
||||
|
||||
// function variable used to initialize application state at genesis
|
||||
type InitStater func(ctxCheckTx, ctxDeliverTx Context, state json.RawMessage) Error
|
||||
type InitStater func(ctx Context, state json.RawMessage) Error
|
||||
|
||||
Reference in New Issue
Block a user