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(), )); } }