mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-21 20:55:48 +00:00
Fix case-sensitive broken link for preparePaymentChannelClaim
This commit is contained in:
@@ -3732,7 +3732,7 @@ return api.generateAddress();
|
|||||||
|
|
||||||
`signPaymentChannelClaim(channel: string, amount: string, privateKey: string): string`
|
`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
|
### Parameters
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
`signPaymentChannelClaim(channel: string, amount: string, privateKey: string): string`
|
`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
|
### Parameters
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user