Add wallet endpoint support to bitcoin-cli (-usewallet)

This commit is contained in:
Jonas Schnelli
2017-07-13 17:06:27 +02:00
parent dd2185c291
commit 31e07203bd
3 changed files with 28 additions and 1 deletions

View File

@@ -148,4 +148,6 @@ private:
struct event* ev;
};
std::string urlDecode(const std::string &urlEncoded);
#endif // BITCOIN_HTTPSERVER_H