Merge pull request #10694

a01b4c2 daemon: remove bootstrap mode (tobtoht)

ACKs: thomasbuilds, selsta
This commit is contained in:
tobtoht
2026-07-22 20:03:46 +00:00
21 changed files with 47 additions and 1303 deletions
-8
View File
@@ -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,