diff --git a/src/Socialbox/SocialClient.php b/src/Socialbox/SocialClient.php index 3ff5a11..829728e 100644 --- a/src/Socialbox/SocialClient.php +++ b/src/Socialbox/SocialClient.php @@ -644,7 +644,7 @@ return Peer::fromArray($this->sendRequest( new RpcRequest(StandardMethods::RESOLVE_PEER->value, Utilities::randomCrc32(), [ - 'peer_address' => $peerAddress + 'peer' => $peerAddress ]) )->getResponse()->getResult()); }