mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Update content/_code-samples/use-tickets/py/use-tickets-multisig.py
Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
@@ -133,5 +133,4 @@ elif result == "tefPAST_SEQ":
|
|||||||
print("The sequence number is lower than the current sequence number of the account")
|
print("The sequence number is lower than the current sequence number of the account")
|
||||||
elif result == "unknown":
|
elif result == "unknown":
|
||||||
print("Transaction status unknown")
|
print("Transaction status unknown")
|
||||||
else:
|
print(f"The transaction's engine_result was {result['engine_result']}")
|
||||||
print(f"Transaction failed with code {result['engine_result']}")
|
|
||||||
|
|||||||
Reference in New Issue
Block a user