Skip to content

Commit

Permalink
docs: typo in API v2 code sample (#497)
Browse files Browse the repository at this point in the history
Co-authored-by: Kilian <kilian.rausch@gmail.com>
  • Loading branch information
kilrau and Kilian committed Mar 4, 2024
1 parent 58dd311 commit 2654e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-v2.md
Expand Up @@ -85,7 +85,7 @@ import ws from 'ws';
const endpoint = 'http://127.0.0.1:9001';

// The invoice you want to have paid
const invoice = '<invoice that should be pair>';
const invoice = '<invoice that should be paid>';

const submarineSwap = async () => {
const keys = ECPairFactory(ecc).makeRandom();
Expand Down

0 comments on commit 2654e7b

Please sign in to comment.