Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return mempool tx toward an address #465

Merged
merged 1 commit into from
May 12, 2023
Merged

Conversation

tdroxler
Copy link
Member

Currently we were only returning the txs going out an address. The wallet team thought it would be nice to also see when a tx is going toward an address.

We could remove the DISTINCT as UNION is removing duplicates.

Resolves: #360

Currently we were only returning the txs going out an address.
The wallet team thought it would be nice to also see when a tx is going
toward an address.

We could remove the `DISTINCT` as `UNION` is removing duplicates.

Resolves: #360
@tdroxler tdroxler requested review from simerplaha and mvaivre May 11, 2023 12:51
@tdroxler tdroxler merged commit 4edba62 into master May 12, 2023
@tdroxler tdroxler deleted the mempool-tx-toward-address branch May 12, 2023 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Returns unconfirmed transactions TOWARD the given address
2 participants