Test
This commit is contained in:
@@ -36,7 +36,7 @@ Dependencies
|
|||||||
|
|
||||||
```
|
```
|
||||||
#The following packages are needed:
|
#The following packages are needed:
|
||||||
sudo apt-get install build-essential pkg-config libcurl-gnutls-dev libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python zlib1g-dev wget bsdmainutils automake libboost-all-dev libssl-dev libprotobuf-dev protobuf-compiler libqt4-dev libqrencode-dev libdb++-dev ntp ntpdate
|
sudo apt-get install build-essential pkg-config libcurl-gnutls-dev libc6-dev libevent-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python zlib1g-dev wget bsdmainutils automake libboost-all-dev libssl-dev libprotobuf-dev protobuf-compiler libqt4-dev libqrencode-dev libdb++-dev ntp ntpdate
|
||||||
```
|
```
|
||||||
|
|
||||||
Komodo
|
Komodo
|
||||||
|
|||||||
@@ -292,15 +292,15 @@ extern UniValue z_getoperationresult(const UniValue& params, bool fHelp); // in
|
|||||||
extern UniValue z_listoperationids(const UniValue& params, bool fHelp); // in rpcwallet.cpp
|
extern UniValue z_listoperationids(const UniValue& params, bool fHelp); // in rpcwallet.cpp
|
||||||
extern UniValue z_validateaddress(const UniValue& params, bool fHelp); // in rpcmisc.cpp
|
extern UniValue z_validateaddress(const UniValue& params, bool fHelp); // in rpcmisc.cpp
|
||||||
|
|
||||||
extern json_spirit::Value notaries(const UniValue& params, bool fHelp);
|
extern UniValue notaries(const UniValue& params, bool fHelp);
|
||||||
extern json_spirit::Value minerids(const UniValue& params, bool fHelp);
|
extern UniValue minerids(const UniValue& params, bool fHelp);
|
||||||
extern json_spirit::Value kvsearch(const UniValue& params, bool fHelp);
|
extern UniValue kvsearch(const UniValue& params, bool fHelp);
|
||||||
extern json_spirit::Value kvupdate(const UniValue& params, bool fHelp);
|
extern UniValue kvupdate(const UniValue& params, bool fHelp);
|
||||||
extern json_spirit::Value paxprice(const UniValue& params, bool fHelp);
|
extern UniValue paxprice(const UniValue& params, bool fHelp);
|
||||||
extern json_spirit::Value paxpending(const UniValue& params, bool fHelp);
|
extern UniValue paxpending(const UniValue& params, bool fHelp);
|
||||||
extern json_spirit::Value paxprices(const UniValue& params, bool fHelp);
|
extern UniValue paxprices(const UniValue& params, bool fHelp);
|
||||||
extern json_spirit::Value paxdeposit(const UniValue& params, bool fHelp);
|
extern UniValue paxdeposit(const UniValue& params, bool fHelp);
|
||||||
extern json_spirit::Value paxwithdraw(const UniValue& params, bool fHelp);
|
extern UniValue paxwithdraw(const UniValue& params, bool fHelp);
|
||||||
|
|
||||||
bool StartRPC();
|
bool StartRPC();
|
||||||
void InterruptRPC();
|
void InterruptRPC();
|
||||||
|
|||||||
Reference in New Issue
Block a user