Skip to content

Commit 58bd09a

Browse files
committed
modify tron verify status
1 parent a6ac2c3 commit 58bd09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokens/tron/rpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ func (b *Bridge) GetTransactionStatus(txHash string) (status *tokens.TxStatus) {
245245
}
246246

247247
rsrcres := tx.GetReceipt().GetResult()
248-
if rsrcres != core.Transaction_Result_SUCCESS {
248+
if rsrcres != core.Transaction_Result_SUCCESS || rsrcres != core.Transaction_Result_DEFAULT {
249249
return nil
250250
}
251251

0 commit comments

Comments
 (0)