mirror of
https://github.com/monero-project/monero.git
synced 2026-07-28 22:51:07 -07:00
Merge pull request #10694
a01b4c2 daemon: remove bootstrap mode (tobtoht)
ACKs: thomasbuilds, selsta
This commit is contained in:
@@ -357,14 +357,6 @@ class Daemon(object):
|
||||
}
|
||||
return self.rpc.send_json_rpc_request(banned)
|
||||
|
||||
def set_bootstrap_daemon(self, address, username = '', password = ''):
|
||||
set_bootstrap_daemon = {
|
||||
'address': address,
|
||||
'username': username,
|
||||
'password': password,
|
||||
}
|
||||
return self.rpc.send_request('/set_bootstrap_daemon', set_bootstrap_daemon)
|
||||
|
||||
def get_public_nodes(self, gray = False, white = True):
|
||||
get_public_nodes = {
|
||||
'gray': gray,
|
||||
|
||||
Reference in New Issue
Block a user