You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/types/chains/evm/evm.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,7 @@ func (e *TxError) Error() string {
143
143
returnfmt.Sprintf("Fail processing Transaction with internal TxID: %s", e.TxID)
144
144
}
145
145
146
+
//PLEX-1524 - Refactor this to return the Tx Hash in a Transaction type and a second return value for the TxStatus. We may even be able to return the whole transaction object instead of just the hash.
0 commit comments