Browse Source

Fix typo in lnd_connect_uri.md

patch-1
Luke Childs 4 years ago
committed by GitHub
parent
commit
6f5d222e48
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lnd_connect_uri.md

2
lnd_connect_uri.md

@ -7,7 +7,7 @@ Zap-iOS can open URLs with the scheme `lndconnect:` to directly connect to remot
[foo] means optional, \<bar\> are placeholders
```
lndconnect://<host>:<port>?[cert=<base64url DER certifcate>&]macaroon=<base64url macaroon>
lndconnect://<host>:<port>?[cert=<base64url DER certificate>&]macaroon=<base64url macaroon>
```
### Javascript reference implementation

Loading…
Cancel
Save