Skip to content

Commit

Permalink
Merge pull request #6 from torkelrogstad/2019-07-31-sendpayment
Browse files Browse the repository at this point in the history
Fix misdocumentation for SendPaymentResponse
  • Loading branch information
wbobeirne committed Aug 1, 2019
2 parents de508fb + 33147d6 commit 6411360
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/SendPayment.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ function sendPayment(paymentRequest: string): Promise<SendPaymentResponse>;

```ts
interface SendPaymentResponse {
node: {
alias: string;
pubkey: string;
color?: string;
};
preimage: string;
}
```

0 comments on commit 6411360

Please sign in to comment.