Hi
I have a question about rpc cmd 'getpeerinfo'
I composed blockchain network from 3 nodes A, B, C
A is mining node and other 2 nodes B, C connect to A.
like B --> A <-- C.
then, i execute cmd 'getpeerinfo' on A node, it show other node B, C info.
but when i execute cmd it on B or C, it shows only A info.
is that right? i think because all 3 nodes consisted network, so all cmd response has to same on every node like response of A.
can you explain what is right?