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 c6bc83ad87 - Show all commits

View file

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