Fix key name in RPC request payload
This commit is contained in:
parent
5cb8e72ca5
commit
c6bc83ad87
1 changed files with 1 additions and 1 deletions
|
@ -644,7 +644,7 @@
|
|||
|
||||
return Peer::fromArray($this->sendRequest(
|
||||
new RpcRequest(StandardMethods::RESOLVE_PEER->value, Utilities::randomCrc32(), [
|
||||
'peer_address' => $peerAddress
|
||||
'peer' => $peerAddress
|
||||
])
|
||||
)->getResponse()->getResult());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue