Does Electrum Daemon give a transaction id even when balance is too low?

1

Occasionally in my database I have a transaction id output from electrum for some bitcoin sent but that transaction id is invalid. If the balance is too low on electrum and I try to send an amount greater than the wallet balance will electrum still give me a bitcoin transaction id?

This wreaks havoc on my service because it appears that transactions happen when in fact those txids are invalid. This wasn't happening before, but now it appears to happen a few times a day (with a volume of a few hundred transactions - everything works, except for those occasional invalid trx)

Frankenmint

Posted 2016-09-30T23:13:10.130

Reputation: 415

What do you mean that it's invalid? Is it just not getting into the chain? Can you give an example of one of these transactions?Nick ODell 2016-10-01T01:12:51.837

yes, its just not getting to the chain - if you look one up it says not found on block explorers - except blockchain.info which will claim it is a double spendFrankenmint 2016-10-01T02:07:37.927

No answers