Skip to content

Commit

Permalink
nit: update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Feb 15, 2023
1 parent cc49908 commit 76d19ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrpl/models/transactions/payment_channel_claim.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class PaymentChannelClaim(Transaction):
"""
The amount authorized by the Signature. This must match the amount in the signed
message. This is the cumulative amount that can be dispensed by the channel,
including amounts previously redeemed.
including amounts previously redeemed. Required unless closing the channel.
"""

signature: Optional[str] = None
Expand Down

0 comments on commit 76d19ed

Please sign in to comment.