From 31e07203bd98d69be476cbff105ad659b4efa862 Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Thu, 13 Jul 2017 17:06:27 +0200 Subject: Add wallet endpoint support to bitcoin-cli (-usewallet) --- src/httpserver.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/httpserver.h') diff --git a/src/httpserver.h b/src/httpserver.h index 9df56e5fc..3e434bf0a 100644 --- a/src/httpserver.h +++ b/src/httpserver.h @@ -148,4 +148,6 @@ private: struct event* ev; }; +std::string urlDecode(const std::string &urlEncoded); + #endif // BITCOIN_HTTPSERVER_H -- cgit v1.2.3