Made message signing in Cryptography use SHA512 as the message content for... #1

Closed
netkas wants to merge 421 commits from master into dev
Showing only changes of commit 321bf1eadb - Show all commits

View file

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