Fix 'Paymment' typo

This commit is contained in:
mDuo13
2017-09-01 14:50:02 -07:00
parent 393b2f9d78
commit c61a15e4f3
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](#preparePaymmentChannelClaim) 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](#preparePaymmentChannelClaim) transaction.
Sign a payment channel claim. The signature can be submitted in a subsequent [PaymentChannelClaim](#preparePaymentChannelClaim) transaction.
### Parameters