This commit is contained in:
Aleksandr Bezobchuk 2020-03-25 12:30:10 -04:00
parent d21020e0f8
commit 7e67d84c0e
No known key found for this signature in database
GPG Key ID: 7DAC30FBD99879B0
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ func NewTxCmd(m codec.Marshaler, txg tx.Generator, ar tx.AccountRetriever) *cobr
RunE: client.ValidateCmd,
}
txCmd.AddCommand( NewSendTxCmd(m, txg, ar), )
txCmd.AddCommand(NewSendTxCmd(m, txg, ar))
return txCmd
}