Mirobit / bitcoin-node-manager

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

Peers are not displayed if there is no password. #62

Closed MontejoJorge closed 1 year ago

MontejoJorge commented 2 years ago

If the password is deleted, the list of connected peers will not be displayed.

MontejoJorge commented 2 years ago

The problem is in this line, because if no password is set, the csfrToken field inside the session will not exist and will return an error.

https://github.com/Mirobit/bitcoin-node-manager/blob/4794b8bd02f7da7044b7629917c85881cb89b8a3/views/peers.phtml#L179

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

Fixed in #63