ofek / bit

Bitcoin made easy.
https://ofek.dev/bit/
MIT License
1.24k stars 213 forks source link

ConnectionError: Transaction broadcast failed, or Unspents were already used. #170

Open cibermosso opened 1 year ago

cibermosso commented 1 year ago

Hi everyone,

I make a transaction with this code:

txHex = my_key.send([(to, amount,'btc')])

Yesterday works fine for me but today, impossible, I get this message: ConnectionError: Transaction broadcast failed, or Unspents were already used.

And I have founds inside, in fact finally, I make a transaction with Coinomi Wallets and works perfect...

Any idea??

Thanks

paulocoutinhox commented 8 months ago

Hi,

I have the same problem, but only happen when my BTC amount to transfer is not enought because it will calculate the amount that you want transfer + the fee/tax.

Thanks.