Skip to content

Commit

Permalink
[cli] refs fibercrypto#146 Cleaning transactionSign command
Browse files Browse the repository at this point in the history
  • Loading branch information
adriantpaez committed Aug 6, 2019
1 parent 18e8bf1 commit 5bb190e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/cli/transaction_sign.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,11 @@ func transactionSignCmd() gcli.Command {
err = printSignatures(&msg)
if err != nil {
log.Error(err)
return
}
return
} else {
log.Error("protocol error: unexpected TXFINISHED message")
return
}
log.Error("protocol error: unexpected TXFINISHED message")
return
}
case uint16(messages.MessageType_MessageType_Failure):
failMsg, err := skyWallet.DecodeFailMsg(msg)
Expand Down

0 comments on commit 5bb190e

Please sign in to comment.