Argument correction

This commit is contained in:
netkas 2025-01-27 03:52:28 -05:00
parent f40b9ed7f4
commit 321bf1eadb

View file

@ -587,7 +587,7 @@
return Peer::fromArray($this->sendRequest(
new RpcRequest(StandardMethods::RESOLVE_PEER, Utilities::randomCrc32(), [
'peer' => $peerAddress
]), $identifiedAs
]), true, $identifiedAs
)->getResponse()->getResult());
}
}