From 1f322a09e3dee3bbd0cde89dec922d3a101bbef2 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Thu, 14 Nov 2024 21:01:28 +0000 Subject: [PATCH] bitcoind: Keep "cutting-edge transaction services" for wallet description --- src/bitcoind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index 28b946d685..8c8c88f6a8 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -143,7 +143,7 @@ static bool ProcessInitCommands(ArgsManager& args) strUsage += "\n" "The " PACKAGE_NAME " daemon (bitcoind) is a headless program that connects to the Bitcoin network to validate and relay transactions and blocks, as well as relaying addresses.\n\n" "It provides the backbone of the Bitcoin network and its RPC, REST and ZMQ services can provide various transaction, block and address-related services.\n\n" - "There is an optional wallet component which provides transaction services.\n\n" + "There is an optional wallet component which provides cutting-edge transaction services.\n\n" "It can be used in a headless environment or as part of a server setup.\n" "\n" "Usage: bitcoind [options]\n"