Replies: 1 comment 1 reply
-
This belongs in the Tendermint repo :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I have a full node
A
where I set private peers in config toml like this (node id here is validator node):From my understanding, this one should not be propagated to other peers of this node. However, when I init new full node
B
and set its persistent peer toA
, I still see735.....90d
in address book json on nodeB
, more importantly its IP, which I wanted to prevent from happening. Am I doing something wrong here? ThanksBeta Was this translation helpful? Give feedback.
All reactions