Update content/_code-samples/use-tickets/py/use-tickets-multisig.py

Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
Wo Jake
2023-01-31 18:01:49 +08:00
committed by GitHub
parent 5072a4d425
commit e5a80f89e1

View File

@@ -133,5 +133,4 @@ elif result == "tefPAST_SEQ":
print("The sequence number is lower than the current sequence number of the account")
elif result == "unknown":
print("Transaction status unknown")
else:
print(f"Transaction failed with code {result['engine_result']}")
print(f"The transaction's engine_result was {result['engine_result']}")