diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -525,7 +525,7 @@ "child transaction id"}}}, RPCResult{RPCResult::Type::BOOL, "unbroadcast", "Whether this transaction is currently unbroadcast (initial " - "broadcast not yet confirmed)"}, + "broadcast not yet acknowledged by any peers)"}, }; }