mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 18:49:30 +01:00
419 B
419 B
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 excepttrue
,false
, ornull
now triggers a JSON value is not of expected type error. (#26213)