mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
rpc: remove p2p.set_outbound_connections method
This commit is contained in:
@@ -76,9 +76,6 @@ class JsonRpc:
|
||||
async def get_info(self):
|
||||
return await self._make_request("p2p.get_info", [])
|
||||
|
||||
async def set_outbound_connections(self, n):
|
||||
return await self._make_request("p2p.set_outbound_connections", [n])
|
||||
|
||||
async def main(argv):
|
||||
rpc = JsonRpc()
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user