spesmilo / electrum

Electrum Bitcoin Wallet
https://electrum.org
MIT License
7.54k stars 3.11k forks source link

Feature request: Add import partially signed tx file for android #7389

Open viperperidot opened 3 years ago

viperperidot commented 3 years ago

This would be a workaround for issue #6642 , currently you cannot scan qr codes for partially signed txs on android for large tx's. As far as I am aware there is also no option on android to import a partially signed tx file. Can we add this option as a workaround for not being able to scan the qr code? The only other workaround is to send your utxos in multiple smaller txs that a qr code reader can scan but that is less than ideal.

SomberNight commented 3 years ago

The Android app cannot currently load txs from files, you are correct.

One workaround is loading a tx from text: as if you were pasting an address/invoice to pay to, from the clipboard, you can paste a partial tx

viperperidot commented 3 years ago

Ok I did not know that was an option I will do that, thanks!