upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/46.md
diff options
context:
space:
mode:
authorkuiperanon <164939804+kuiperanon@users.noreply.github.com>2024-04-09 11:25:05 -0500
committerfiatjaf_ <fiatjaf@gmail.com>2024-04-10 12:53:59 -0300
commitb765b3c0301958d46115b834872bbd0c8bac588c (patch)
tree8bc9daedd6d8bdb30717859b0813e6d8c52c9dd3 /46.md
parentb224f6d05d5b208b632e8e1f5ac489b7f27079ae (diff)
Clarify use of ambiguous terminology in spec of bunker token
It's very confusing as to whether it refers to remote user pubkey vs remote signer pubkey. This is complicated further by the typo in the explanation of "remote signer pubkey".
Diffstat (limited to '46.md')
-rw-r--r--46.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/46.md b/46.md
index 8ba65d9..56b8402 100644
--- a/46.md
+++ b/46.md
@@ -25,7 +25,7 @@ This is most common in a situation where you have your own nsecbunker or other t
25The remote signer would provide a connection token in the form: 25The remote signer would provide a connection token in the form:
26 26
27``` 27```
28bunker://<remote-pubkey>?relay=<wss://relay-to-connect-on>&relay=<wss://another-relay-to-connect-on>&secret=<optional-secret-value> 28bunker://<remote-user-pubkey>?relay=<wss://relay-to-connect-on>&relay=<wss://another-relay-to-connect-on>&secret=<optional-secret-value>
29``` 29```
30 30
31This token is pasted into the client by the user and the client then uses the details to connect to the remote signer via the specified relay(s). 31This token is pasted into the client by the user and the client then uses the details to connect to the remote signer via the specified relay(s).