Made message signing in Cryptography use SHA512 as the message content for... #1
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@
|
|||
return Peer::fromArray($this->sendRequest(
|
||||
new RpcRequest(StandardMethods::RESOLVE_PEER, Utilities::randomCrc32(), [
|
||||
'peer' => $peerAddress
|
||||
]), $identifiedAs
|
||||
]), true, $identifiedAs
|
||||
)->getResponse()->getResult());
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue