From 2a393b1d8ae9a02668610a7412047f8c0240e799 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Fri, 17 May 2024 11:19:19 -0400 Subject: [PATCH] add .sock to file name --- 55.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/55.md b/55.md index 83ce359c..8d131567 100644 --- a/55.md +++ b/55.md @@ -12,9 +12,9 @@ For the purpose of this NIP, we will define a standard way to communicate via Un UDS needs a file path as a qualifier so that both client and server can agree on a place to exchange information. -The system wide file path will be chosen as `/tmp/nip55` +The system wide file path will be chosen as `/tmp/nip55.sock` -The user specific file path will be chosen as `~/.nostr/nip55` +The user specific file path will be chosen as `~/.nostr/nip55.sock` ## Communication