Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add NotReceived case handling in adaptTransactionStatus
The NotReceived case in adaptTransactionStatus should return nil, nil instead of falling through to default case. This allows the error to naturally propagate from the original ErrTxnHashNotFound in TransactionStatus without logging unnecessary errors for the common case of transactions not being found.
- Loading branch information