mirror of
https://codeberg.org/nahuhh/wownero
synced 2026-03-04 21:57:40 -05:00
python-rpc: fix bad in_peers parameter
This commit is contained in:
@@ -465,7 +465,7 @@ class Daemon(object):
|
||||
|
||||
def in_peers(self, in_peers):
|
||||
in_peers = {
|
||||
'client': client,
|
||||
'in_peers': in_peers,
|
||||
}
|
||||
return self.rpc.send_request('/in_peers', in_peers)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user