From 97ee8665497c78aff2f30c2f652b7afd376b5323 Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Mon, 1 Dec 2014 12:38:42 +0100 Subject: [REST] getutxos REST command (based on Bip64) has parts of @mhearn #4351 * allows querying the utxos over REST * same binary input and outputs as mentioned in Bip64 * input format = output format * various rpc/rest regtests --- src/rpcserver.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rpcserver.h') diff --git a/src/rpcserver.h b/src/rpcserver.h index c3200d8c35..8dcad26106 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -237,6 +237,7 @@ extern json_spirit::Value reconsiderblock(const json_spirit::Array& params, bool // in rest.cpp extern bool HTTPReq_REST(AcceptedConnection *conn, const std::string& strURI, + const std::string& strRequest, const std::map& mapHeaders, bool fRun); -- cgit v1.2.3