Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiquan911 committed Apr 28, 2019
1 parent 7730b03 commit c118cb6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tron/tx_decode.go
Original file line number Diff line number Diff line change
Expand Up @@ -782,9 +782,6 @@ func (decoder *TransactionDecoder) CreateTokenSummaryRawTransaction(wrapper open
TronBalance: trxBalance},
fee,
"")
if createErr != nil {
return nil, createErr
}
rawTxWithErr := &openwallet.RawTransactionWithError{
RawTx: rawTx,
Error: createTxErr,
Expand Down

0 comments on commit c118cb6

Please sign in to comment.