diff --git a/docs/api-v2.md b/docs/api-v2.md index bf118c91..0474f667 100644 --- a/docs/api-v2.md +++ b/docs/api-v2.md @@ -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 = ''; +const invoice = ''; const submarineSwap = async () => { const keys = ECPairFactory(ecc).makeRandom();