Closed lucker28 closed 8 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')
I sent transaction from bitcoinlib and it stucked with message: "Transaction orphaned".
Any chance to cancel it and resend?
Code which I used: