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

View file

@ -104,7 +104,7 @@
*
* @return PeerAddress The address associated with the instance.
*/
public function getAddress(): PeerAddress
public function getPeerAddress(): PeerAddress
{
return $this->address;
}