electrum-ltc
electrum-ltc copied to clipboard
"Only transactions with inputs owned by the wallet can be added."
Hi, i've a problem signing a transaction in offline mode. the setup i'm using is: 1 wallet in watch only mode (using xpub) - ONLINE 1 wallet paired with ledger nano s used for signing - OFFLINE
we're creating a plugin for exporting the previous transaction inside the transaction file and importing to the offline wallet while signing: https://github.com/gianlucamazza/electrum-ltc-include-prev-txs
but i get this error:

the plugin is working on electrum-btc and electron-bch but the behaviour is different on electrum-ltc
This is unrelated to Electrum-LTC.
You are getting the error because you are trying to save a transaction into the wallet as local transaction, but the txn does not have inputs owned by the wallet. Not any transaction can be a local transaction at the moment. The exception message describes the problem.