From 4d76eb9183d5346b94ec8659438b9c467c70ce5d Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Sun, 15 Jan 2023 20:27:49 +0100 Subject: [PATCH] docs/configuration: fix typo --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 878bf45..ef522a2 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -135,7 +135,7 @@ You can use the same approach to allow connections to other services. ## Example: bitcoind ```shell -# 1. Stop bitcoind on your nodes +# 1. Stop bitcoind on your node ssh root@nix-bitcoin-node 'systemctl stop bitcoind' # Also stop bitcoind on the node that you'll be copying data from