From c87b8a5b45c0ff513c07cd0562dbf66fc61eb58b Mon Sep 17 00:00:00 2001 From: woodser Date: Mon, 14 Apr 2025 21:14:46 -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.