From f1e441346a05df46617a153a609b0c7727515a8f Mon Sep 17 00:00:00 2001 From: LLLeon Date: Sun, 13 May 2018 20:47:26 +0800 Subject: [PATCH] x/bank: fix typo --- x/bank/msgs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/bank/msgs.go b/x/bank/msgs.go index 15822eed7..c8fcb5925 100644 --- a/x/bank/msgs.go +++ b/x/bank/msgs.go @@ -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"`