From 321bf1eadb5301f2c72d3531e579d98264b3eda8 Mon Sep 17 00:00:00 2001 From: netkas Date: Mon, 27 Jan 2025 03:52:28 -0500 Subject: [PATCH] Argument correction --- src/Socialbox/SocialClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Socialbox/SocialClient.php b/src/Socialbox/SocialClient.php index 0be51e7..cf6cb70 100644 --- a/src/Socialbox/SocialClient.php +++ b/src/Socialbox/SocialClient.php @@ -587,7 +587,7 @@ return Peer::fromArray($this->sendRequest( new RpcRequest(StandardMethods::RESOLVE_PEER, Utilities::randomCrc32(), [ 'peer' => $peerAddress - ]), $identifiedAs + ]), true, $identifiedAs )->getResponse()->getResult()); } } \ No newline at end of file