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

[wallet] Validate inputs added with add_foreign_utxo #1819

Open
ValuedMammal opened this issue Feb 4, 2025 · 1 comment · May be fixed by #1823
Open

[wallet] Validate inputs added with add_foreign_utxo #1819

ValuedMammal opened this issue Feb 4, 2025 · 1 comment · May be fixed by #1823

Comments

@ValuedMammal
Copy link
Contributor

The wallet should check that a foreign utxo is indeed foreign before proceeding to build a transaction with it.

See a related discord comment

https://discord.com/channels/753336465005608961/978744259693916230/1326206434144288821

@nymius
Copy link
Contributor

nymius commented Feb 5, 2025

I think this check is necessary. We could filter out foreign utxos when their associated outpoints are found in the tx graph of the wallet.

@nymius nymius linked a pull request Feb 5, 2025 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants