Merge pull request #791 from ripple/rr-xrp-ledger-rebranding

Fix case-sensitive broken link for preparePaymentChannelClaim
This commit is contained in:
Rome Reginelli
2017-09-01 15:16:58 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -3732,7 +3732,7 @@ return api.generateAddress();
`signPaymentChannelClaim(channel: string, amount: string, privateKey: string): string`
Sign a payment channel claim. The signature can be submitted in a subsequent [PaymentChannelClaim](#preparePaymentChannelClaim) transaction.
Sign a payment channel claim. The signature can be submitted in a subsequent [PaymentChannelClaim](#preparepaymentchannelclaim) transaction.
### Parameters

View File

@@ -2,7 +2,7 @@
`signPaymentChannelClaim(channel: string, amount: string, privateKey: string): string`
Sign a payment channel claim. The signature can be submitted in a subsequent [PaymentChannelClaim](#preparePaymentChannelClaim) transaction.
Sign a payment channel claim. The signature can be submitted in a subsequent [PaymentChannelClaim](#preparepaymentchannelclaim) transaction.
### Parameters