Skip to content

Commit

Permalink
ln/fix-transaction-info-mempool (#510)
Browse files Browse the repository at this point in the history
Co-authored-by: Lazy Nina <>
  • Loading branch information
lazynina authored Sep 14, 2023
1 parent b6dc91a commit 82ff3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/exchange.go
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ func (fes *APIServer) APITransactionInfo(ww http.ResponseWriter, rr *http.Reques
}

// Skip irrelevant transactions
if !isRelevantTxn {
if !isRelevantTxn && txnMeta.TransactorPublicKeyBase58Check != transactionInfoRequest.PublicKeyBase58Check {
continue
}

Expand Down

0 comments on commit 82ff3b4

Please sign in to comment.