This commit is contained in:
Aditya Sripal 2018-07-18 16:34:15 -07:00
parent ca5e1591b1
commit 46b87666bd
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ type BaseApp struct {
cms sdk.CommitMultiStore // Main (uncached) state
router Router // handle any kind of message
codespacer *sdk.Codespacer // handle module codespacing
txDecoder sdk.TxDecoder // unmarshal []byte into sdk.Tx
txDecoder sdk.TxDecoder // unmarshal []byte into sdk.Tx
anteHandler sdk.AnteHandler // ante handler for fee and auth