You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Expected behavior
DNS lookups should be successfull on valid peers
Actual behavior
DNS lookups are failing due to a typo in the code:
https://github.com/LiskHQ/lisk/blob/a46d08946c66ca7c8806e9929f75d5a8b7a27f3b/framework/src/modules/chain/init_steps/lookup_peers_ips.js#L21
peer.id
should be written aspeer.ip
Steps to reproduce
Execute the node and it will crash due to this
Which version(s) does this affect? (Environment, OS, etc...)
development
branchThe text was updated successfully, but these errors were encountered: