python-rpc: fix bad in_peers parameter

This commit is contained in:
moneromooo-monero 2020-06-17 14:34:16 +00:00
parent ff4d470629
commit e334280127
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 1 additions and 1 deletions

View File

@ -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)