From 1fbbe4b8ae2faa9f01364b69b2cc2437483b67be Mon Sep 17 00:00:00 2001 From: pythcoiner Date: Sat, 2 Mar 2024 07:44:54 +0100 Subject: [PATCH] wording --- gui/src/installer/step/bitcoind.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/src/installer/step/bitcoind.rs b/gui/src/installer/step/bitcoind.rs index 25b70b505..56c4518a1 100644 --- a/gui/src/installer/step/bitcoind.rs +++ b/gui/src/installer/step/bitcoind.rs @@ -200,7 +200,7 @@ impl InternalBitcoindConfig { ); } else if !prop.is_empty() { return Err(InternalBitcoindConfigError::UnexpectedSection( - "General section should be empty".to_string(), + "bitcoin.conf general section should be empty".to_string(), )); } }