remove genesis of checkTx

This commit is contained in:
rigelrozanski
2018-02-12 12:55:22 +00:00
parent 0bab936d70
commit ed662566eb
4 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -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