From f374fad591ce350fa60623719c7b90be2e3fc3b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 2 Dec 2021 14:24:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Note/JsonRpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Note/JsonRpc.php b/src/Note/JsonRpc.php index b218a8d..9697ba8 100644 --- a/src/Note/JsonRpc.php +++ b/src/Note/JsonRpc.php @@ -51,7 +51,7 @@ use ReflectionException; $rpcPort = Config::get('rpc.port'); return [ "ID" => "rpc.json.{$this->service}." . $this->uniqueId, - "Service" => $this->service, + "Name" => $this->service, "Address" => Network::local(), "EnableTagOverride" => true, "TaggedAddresses" => [