diff options
| author | Sam Samskies <samsamskies@gmail.com> | 2024-05-11 14:58:40 -0500 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2024-05-16 14:45:56 -0300 |
| commit | b1f771302a6a1a94c888b619e08a9c302df85fc2 (patch) | |
| tree | ee1bfacdf7b75418e498482f69de94944abbdcb9 /47.md | |
| parent | 38ee6511dc3ac9fb1b5b91920963844e2a9a0ada (diff) | |
fix NWC connection string example
Diffstat (limited to '47.md')
| -rw-r--r-- | 47.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -95,7 +95,7 @@ The **client** should then store this connection and use it when the user wants | |||
| 95 | 95 | ||
| 96 | ### Example connection string | 96 | ### Example connection string |
| 97 | ```sh | 97 | ```sh |
| 98 | nostr+walletconnect:b889ff5b1513b641e2a139f661a661364979c5beee91842f8f0ef42ab558e9d4?relay=wss%3A%2F%2Frelay.damus.io&secret=71a8c14c1407c113601079c4302dab36460f0ccd0ad506f1f2dc73b5100e4f3c | 98 | nostr+walletconnect://b889ff5b1513b641e2a139f661a661364979c5beee91842f8f0ef42ab558e9d4?relay=wss%3A%2F%2Frelay.damus.io&secret=71a8c14c1407c113601079c4302dab36460f0ccd0ad506f1f2dc73b5100e4f3c |
| 99 | ``` | 99 | ``` |
| 100 | 100 | ||
| 101 | ## Commands | 101 | ## Commands |