bitcoin-core / gui

Bitcoin Core GUI staging repository
https://github.com/bitcoin/bitcoin
MIT License
598 stars 261 forks source link

PSBT Dialogue should check testmempoolaccept #644

Open fanquake opened 2 years ago

fanquake commented 2 years ago

Right now the user will be presented with a "submit transaction" dialogue even if the utxos don't exist, provided the PSBT checks out. The submit button should probably be disabled with error message shown if it cannot be put into the mempool at the time of loading.

Moved from: https://github.com/bitcoin/bitcoin/issues/19433

Sjors commented 2 years ago

That sounds good, as long as it's still possible to copy the result. An offline signer might not be fully synced.