We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a21df commit d5b8327Copy full SHA for d5b8327
src/bitcoin-cli.cpp
@@ -700,6 +700,7 @@ class NetinfoRequestHandler : public BaseRequestHandler
700
" \"c\" - COMPACT_FILTERS: peer can handle basic block filter requests (see BIPs 157 and 158)\n"
701
" \"l\" - NETWORK_LIMITED: peer limited to serving only the last 288 blocks (~2 days)\n"
702
" \"2\" - P2P_V2: peer supports version 2 P2P transport protocol, as defined in BIP 324\n"
703
+ " \"r\" - REPLACE_BY_FEE? peer supports replacement of transactions without BIP 125 signalling\n"
704
" \"u\" - UNKNOWN: unrecognized bit flag\n"
705
" v Version of transport protocol used for the connection\n"
706
" mping Minimum observed ping time, in milliseconds (ms)\n"
0 commit comments