Mirobit / bitcoin-node-manager

:bar_chart: Lightweight dashboard and control system for bitcoin nodes
MIT License
122 stars 62 forks source link

Feature request: Peers: indicate incoming or outgoing connection #51

Closed proofer closed 1 year ago

proofer commented 3 years ago

In my copy of Peer.php I have a new line after the initial assignment to $this->id

/bitcoin-node-manager/src$ diff Peer.php.orig Peer.php
44a45
>     $this->id = $peer["inbound"] ? '«' . $this->id : $this->id . '»';
github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. With no activity this will be closed in 60 days.

github-actions[bot] commented 2 years ago

This issue was closed because it has been stalled for 60 days with no activity.

github-actions[bot] commented 2 years ago

This issue was closed because it has been stalled for 60 days with no activity.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. With no activity this will be closed in 60 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stalled for 60 days with no activity.

Mirobit commented 1 year ago

Thanks for the input 👍🏻 . Add in dc74dbe0f7dfa9c7508756ca6f4189d9653f6eaa. I used a slightly different solution since I don't wanna clutter the id variable.