Skip to content

Commit 5e106b9

Browse files
committed
space claim comment total
1 parent 1c16391 commit 5e106b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xrpl/transaction/payment_channel_claim.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ type PaymentChannelClaim struct {
6464
// Each member of the array must be the ledger entry ID of a Credential entry in the ledger.
6565
// For details see https://xrpl.org/docs/references/protocol/transactions/types/payment#credential-ids
6666
CredentialIDs types.CredentialIDs `json:",omitempty"`
67-
// (Optional)Total amount of XRP, in drops, delivered by this channel after processing this claim. Required to deliver XRP.
67+
// (Optional) Total amount of XRP, in drops, delivered by this channel after processing this claim. Required to deliver XRP.
6868
// Must be more than the total amount delivered by the channel so far, but not greater than the Amount of the signed claim. Must be provided except when closing the channel.
6969
Balance types.XRPCurrencyAmount `json:",omitempty"`
7070
// (Optional) The amount of XRP, in drops, authorized by the Signature. This must match the amount in the signed message.

0 commit comments

Comments
 (0)