Rename getAddress method to getPeerAddress for clarity

This commit is contained in:
netkas 2025-03-04 13:41:57 -05:00
parent d9955f9393
commit e3ca7869e2

View file

@ -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;
} }