1200wd / bitcoinlib

Bitcoin and other Cryptocurrencies Library for Python. Includes a fully functional wallet, Mnemonic key generation and management and connection with various service providers to receive and send blockchain and transaction information.
http://bitcoinlib.readthedocs.io/
GNU General Public License v3.0
604 stars 200 forks source link

Return failed transaction #386

Closed lucker28 closed 6 months ago

lucker28 commented 7 months ago

I sent transaction from bitcoinlib and it stucked with message: "Transaction orphaned".

Any chance to cancel it and resend?

Code which I used:

w = Wallet('btcwallet')
t = w.send([(btcaddress, satoshi)], offline=False, fee='normal')