From 77a3a5405b29e8db80cd95d5e64a7a3d363b04e7 Mon Sep 17 00:00:00 2001 From: woodser <13068859+woodser@users.noreply.github.com> Date: Mon, 14 Apr 2025 21:05:12 -0400 Subject: [PATCH] add note to keep arbitrator key in the repo to preserve signed accounts --- docs/deployment-guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/deployment-guide.md b/docs/deployment-guide.md index 67b5236d33..e53de210ed 100644 --- a/docs/deployment-guide.md +++ b/docs/deployment-guide.md @@ -194,6 +194,9 @@ The arbitrator is now registered and ready to accept requests for dispute resolu 1. Start the arbitrator's desktop application using the application launcher or e.g. `make arbitrator-desktop-mainnet` from the root of the repository. 2. Go to the `Account` tab and click the button to unregister the arbitrator. +> **Note** +> To preserve signed accounts, the arbitrator public key must remain in the repository, even after revoking. + ## Set a network filter on mainnet On mainnet, the p2p network is expected to have a filter object for offers, onions, currencies, payment methods, etc.