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
No known key found for this signature in database
GPG key ID: 1EB776BB03C7922D
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