Made message signing in Cryptography use SHA512 as the message content for... #1
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
||||||
*
|
*
|
||||||
* @return PeerAddress The address associated with the instance.
|
* @return PeerAddress The address associated with the instance.
|
||||||
*/
|
*/
|
||||||
public function getAddress(): PeerAddress
|
public function getPeerAddress(): PeerAddress
|
||||||
{
|
{
|
||||||
return $this->address;
|
return $this->address;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue