From d3dad114e60cb45bb04f2088a68ebd16cf6837df Mon Sep 17 00:00:00 2001 From: fiatjaf_ Date: Tue, 6 Feb 2024 20:29:33 -0300 Subject: [PATCH] NIP-46: replace npub1...#? notation with bunker://... (#1023) --- 46.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/46.md b/46.md index 05247c59..94a052ee 100644 --- a/46.md +++ b/46.md @@ -17,7 +17,7 @@ The client always starts by generating a random key which is used to communicate The remote signer generates a connection token in the form ``` -#?relay=wss://...&relay=wss://... +bunker://?relay=wss://...&relay=wss://...&secret= ``` The user copies that token and pastes it in the client UI somehow. Then the client can send events of kind `24133` to the specified relays and wait for responses from the remote signer. @@ -96,4 +96,3 @@ The signer key will always be the key of the user who controls the signer device - **ping** - params: [] - result: `"pong"` -