diff --git a/doc/release-process.md b/doc/release-process.md index f4fd46e8443d..2390badea11f 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -148,7 +148,7 @@ However if this is done, once the release has been tagged in the dash-detached-s ### Windows and macOS codesigners only: Commit the detached codesign payloads ```sh -pushd ~/dashcore-detached-sigs +pushd ~/dash-detached-sigs # checkout the appropriate branch for this release series git checkout "v${VERSION}" rm -rf * diff --git a/src/rpc/mempool.cpp b/src/rpc/mempool.cpp index 165ea861df88..75512672c6fa 100644 --- a/src/rpc/mempool.cpp +++ b/src/rpc/mempool.cpp @@ -58,7 +58,8 @@ RPCHelpMan sendrawtransaction() RPCTypeCheck(request.params, { UniValue::VSTR, UniValueType(), // VNUM or VSTR, checked inside AmountFromValue() - UniValue::VBOOL + UniValue::VBOOL, + UniValue::VBOOL, }); CMutableTransaction mtx;