You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Broadcast the transaction (on regtest mode)
If we get back a txid (32 byte hash), then it means the tx was successfully broadcast! If we just want to see if the transaction would have been accepted, but without broadcasting it, we can use the testmempoolaccept command (commented out).
new_tx_txid = node.sendrawtransaction(signed_tx.hex())
print(new_tx_txid)
The text was updated successfully, but these errors were encountered:
Copied from the jupyter notebook
The text was updated successfully, but these errors were encountered: