diff --git a/src/rpc/output_script.cpp b/src/rpc/output_script.cpp index 3110b70ddc7..1717848099f 100644 --- a/src/rpc/output_script.cpp +++ b/src/rpc/output_script.cpp @@ -176,7 +176,7 @@ static RPCMethod getdescriptorinfo() RPCResult{ RPCResult::Type::OBJ, "", "", { - {RPCResult::Type::STR, "descriptor", "The descriptor in canonical form, without private keys. For a multipath descriptor, only the first will be returned."}, + {RPCResult::Type::STR, "descriptor", "The descriptor, without private keys. For a multipath descriptor, only the first will be returned."}, {RPCResult::Type::ARR, "multipath_expansion", /*optional=*/true, "All descriptors produced by expanding multipath derivation elements. Only if the provided descriptor specifies multipath derivation elements.", { {RPCResult::Type::STR, "", ""},