diff --git a/src/rpc/mempool.cpp b/src/rpc/mempool.cpp index db10a8f8e07071..bdb63ed123cc2d 100644 --- a/src/rpc/mempool.cpp +++ b/src/rpc/mempool.cpp @@ -822,7 +822,7 @@ static RPCHelpMan submitpackage() return RPCHelpMan{"submitpackage", "Submit a package of raw transactions (serialized, hex-encoded) to local node.\n" "The package must consist of a child with its parents, and none of the parents may depend on one another.\n" - "The package will be validated according to consensus and mempool policy rules. If all transactions pass, they will be accepted to mempool.\n" + "The package will be validated according to consensus and mempool policy rules. If a transaction passes, it will be accepted to mempool.\n" "This RPC is experimental and the interface may be unstable. Refer to doc/policy/packages.md for documentation on package policies.\n" "Warning: successful submission does not mean the transactions will propagate throughout the network.\n" ,