You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, the v0.17 getpeerinfo types were used for v26, v27, v28, and
v29.
Also adds the `mapped_as` field to the response that was missing in the v26
type.
I manually checked that the changes since v26 were only minor doc
changes for getpeerinfo by diffing `bitcoin-cli help getpeerinfo` for
the mentioned version.
/// Mapped AS (Autonomous System) number at the end of the BGP route to the peer, used for diversifying peer selection (only displayed if the -asmap config option is set).
38
+
pubmapped_as:Option<u32>,
37
39
/// The services offered.
38
40
pubservices:String,
39
41
/// The services offered, in human-readable form. v0.19 and later only.
0 commit comments