Skip to content

Commit

Permalink
modify tron verify status
Browse files Browse the repository at this point in the history
  • Loading branch information
gaozhengxin committed Apr 28, 2021
1 parent a6ac2c3 commit 58bd09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokens/tron/rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func (b *Bridge) GetTransactionStatus(txHash string) (status *tokens.TxStatus) {
}

rsrcres := tx.GetReceipt().GetResult()
if rsrcres != core.Transaction_Result_SUCCESS {
if rsrcres != core.Transaction_Result_SUCCESS || rsrcres != core.Transaction_Result_DEFAULT {
return nil
}

Expand Down

0 comments on commit 58bd09a

Please sign in to comment.