mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-15 00:17:18 +01:00
464 B
464 B
Updated RPCs
- The
getpeerinfoRPC returns two new boolean fields,bip152_hb_toandbip152_hb_from, that respectively indicate whether we selected a peer to be in compact blocks high-bandwidth mode or whether a peer selected us as a compact blocks high-bandwidth peer. High-bandwidth peers send new block announcements via acmpctblockmessage rather than the usual inv/headers announcements. See BIP 152 for more details. (#19776)