mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-14 20:09:19 +02:00
rest: bugfix, fix crash error when calling /deploymentinfo
This commit is contained in:
@@ -627,7 +627,7 @@ static bool rest_deploymentinfo(const std::any& context, HTTPRequest* req, const
|
|||||||
return RESTERR(req, HTTP_BAD_REQUEST, "Block not found");
|
return RESTERR(req, HTTP_BAD_REQUEST, "Block not found");
|
||||||
}
|
}
|
||||||
|
|
||||||
jsonRequest.params.pushKV("blockhash", hash_str);
|
jsonRequest.params.push_back(hash_str);
|
||||||
}
|
}
|
||||||
|
|
||||||
req->WriteHeader("Content-Type", "application/json");
|
req->WriteHeader("Content-Type", "application/json");
|
||||||
|
Reference in New Issue
Block a user