x/bank: fix typo

This commit is contained in:
LLLeon 2018-05-13 20:47:26 +08:00
parent 5da41a6c88
commit f1e441346a
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ func (msg IssueMsg) GetSigners() []sdk.Address {
//----------------------------------------
// Input
// Transaction Output
// Transaction Input
type Input struct {
Address sdk.Address `json:"address"`
Coins sdk.Coins `json:"coins"`