From 4bc3f10f890234d56d6ba4eb043f3decbe9c48d9 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Fri, 17 May 2024 11:05:35 -0400 Subject: [PATCH] remove repeated information --- 55.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/55.md b/55.md index ca89e969..84b80c4e 100644 --- a/55.md +++ b/55.md @@ -10,7 +10,7 @@ For the purpose of this NIP, we will define a standard way to communicate via Un ## Defining the file path for UDS -NIP-55 defines a standard way to communicate via Unix Domain Sockets (UDS). UDS needs a file path as a qualifier so that both client and server can agree on a place to exchange information. +UDS needs a file path as a qualifier so that both client and server can agree on a place to exchange information. The file path will be chosen as `/tmp/nip55`