electrum-ltc icon indicating copy to clipboard operation
electrum-ltc copied to clipboard

"Only transactions with inputs owned by the wallet can be added."

Open gianlucamazza opened this issue 6 years ago • 1 comments

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:

schermata 2018-03-13 alle 17 14 23

the plugin is working on electrum-btc and electron-bch but the behaviour is different on electrum-ltc

gianlucamazza avatar Mar 13 '18 16:03 gianlucamazza

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.

SomberNight avatar Mar 19 '18 01:03 SomberNight