Revert "Back importmulti for bitcoind"

This commit is contained in:
Davor Hirunda 2022-09-23 23:19:31 +00:00 committed by hirunda
parent 985a0f3829
commit d535aabb5c
2 changed files with 1 additions and 4 deletions

View file

@ -78,9 +78,6 @@ public:
virtual bool walletpassphrase(const std::string &passphrase, uint32_t timeout = 60) {
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 {

View file

@ -1632,7 +1632,7 @@ void sidechain_net_handler_bitcoin::on_changed_objects_cb(const vector<object_id
}
//! importmulti
bitcoin_client->importmulti(address_or_script_array);
// bitcoin_client->importmulti(address_or_script_array);
//! Lock wallet
bitcoin_client->walletlock();