Closed crazypon closed 2 years ago
You need to push the transaction to the network first. So send it right away with the offline=False parameter, or check it first and then use the send() method.
t = wallet.send_to(main_wallet, "0.00030000 TBTC", fee=1024, offline=False)
# or
t.send()
@mccwdev Thank you very much!!!
The transaction info() output:
Transaction fbf725397ecb40474538cca6bc739d8bedb2b87fc77dcd5b08a224be606174ea Date: None Network: testnet Version: 1 Witness type: legacy Status: new Verified: True Inputs
I have waited some. But nothing happened. Could you help me please?