Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-02 | net: only assume all local addresses if listening on any | Vasil Dimov | |
If `-bind=` is provided then we would bind only to a particular address and should not add all the other addresses of the machine to the list of local addresses. Fixes https://github.com/bitcoin/bitcoin/issues/20184 (case 4.) |