Skip to content

Commit

Permalink
Fix safe_sign_transaction doc (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
mDuo13 committed May 23, 2022
1 parent 44b71c4 commit f404ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrpl/transaction/main.py
Expand Up @@ -81,7 +81,7 @@ def safe_sign_transaction(
type fee. Defaults to True.
Returns:
The signed transaction blob.
The signed transaction.
"""
return asyncio.run(
main.safe_sign_transaction(
Expand Down

0 comments on commit f404ee9

Please sign in to comment.