Back importmulti for bitcoind
This commit is contained in:
parent
1a16027523
commit
f7aab6a8b8
2 changed files with 4 additions and 1 deletions
|
|
@ -78,6 +78,9 @@ public:
|
||||||
virtual bool walletpassphrase(const std::string &passphrase, uint32_t timeout = 60) {
|
virtual bool walletpassphrase(const std::string &passphrase, uint32_t timeout = 60) {
|
||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
void importmulti(const std::vector<multi_params> &address_or_script_array, const bool rescan = true) {};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class bitcoin_rpc_client : public bitcoin_client_base, public rpc_client {
|
class bitcoin_rpc_client : public bitcoin_client_base, public rpc_client {
|
||||||
|
|
|
||||||
|
|
@ -1633,7 +1633,7 @@ void sidechain_net_handler_bitcoin::on_changed_objects_cb(const vector<object_id
|
||||||
}
|
}
|
||||||
|
|
||||||
//! importmulti
|
//! importmulti
|
||||||
// bitcoin_client->importmulti(address_or_script_array);
|
bitcoin_client->importmulti(address_or_script_array);
|
||||||
|
|
||||||
//! Lock wallet
|
//! Lock wallet
|
||||||
bitcoin_client->walletlock();
|
bitcoin_client->walletlock();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue