mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
Update relay-transaction.py
This commit is contained in:
@@ -43,5 +43,8 @@ def send_transaction(transaction_dict):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
tx = "ENTER TX BLOB HERE"
|
||||
send_transaction(tx)
|
||||
tx_blob = "ENTER TX BLOB HERE"
|
||||
if tx_blob is "ENTER TX BLOB HERE":
|
||||
print("Set tx to 'tx_blob' received from scanning the QR code generated by the airgapped wallet")
|
||||
|
||||
send_transaction(tx_blob)
|
||||
|
||||
Reference in New Issue
Block a user