This commit is contained in:
rigelrozanski
2018-02-09 04:33:42 +00:00
parent 849139ebeb
commit 17acf9e18d
5 changed files with 101 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package types
// function variable used to initialize application state at genesis
type InitStater func(stateJSON []byte) Error
type InitStater func(ctxCheckTx, ctxDeliverTx Context, stateJSON []byte) Error