Show relay status in getpeerinfo

This commit is contained in:
Duke Leto
2021-05-04 12:25:12 -04:00
parent 59b590d54f
commit 860541d2e4
2 changed files with 4 additions and 0 deletions

View File

@@ -223,6 +223,7 @@ public:
int nStartingHeight;
uint64_t nSendBytes;
uint64_t nRecvBytes;
bool fRelayTxes;
bool fAllowlisted; // If true this node bypasses DoS ban limits
bool fFeeler; // If true this node is being used as a short lived feeler.
double dPingTime;