mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00:00
python-rpc: fix bad in_peers parameter
This commit is contained in:
parent
ff4d470629
commit
e334280127
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue