aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-26213.md
blob: e78d718ca998f1710b24835eaf7e6ea14cb859cd (plain)
1
2
3
4
5
6
7
8
Low-level changes
=================

- Previously `setban`, `addpeeraddress`, `walletcreatefundedpsbt`, methods
  allowed non-boolean and non-null values to be passed as boolean parameters.
  Any string, number, array, or object value that was passed would be treated
  as false. After this change, passing any value except `true`, `false`, or
  `null` now triggers a JSON value is not of expected type error. (#26213)