File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,17 @@ will trigger BIP 125 (replace-by-fee) opt-in. (#11413)
105
105
- The ` testmempoolaccept ` RPC returns ` vsize ` and a ` fee ` object with the ` base ` fee
106
106
if the transaction passes validation. (#19940 )
107
107
108
+ - The ` getpeerinfo ` RPC now returns a ` connection_type ` field. This indicates
109
+ the type of connection established with the peer. It will return one of six
110
+ options. For more information, see the ` getpeerinfo ` help documentation.
111
+ (#19725 )
112
+
113
+ - The ` getpeerinfo ` RPC no longer returns the ` addnode ` field by default. This
114
+ field will be fully removed in the next major release. It can be accessed
115
+ with the configuration option ` -deprecatedrpc=getpeerinfo_addnode ` . However,
116
+ it is recommended to instead use the ` connection_type ` field (it will return
117
+ ` manual ` when addnode is true). (#19725 )
118
+
108
119
- The ` walletcreatefundedpsbt ` RPC call will now fail with
109
120
` Insufficient funds ` when inputs are manually selected but are not enough to cover
110
121
the outputs and fee. Additional inputs can automatically be added through the
You can’t perform that action at this time.
0 commit comments