mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-12 05:32:22 +02:00
6 lines
245 B
Markdown
6 lines
245 B
Markdown
# RPC (wallet)
|
|
|
|
* The `fundrawtransaction` RPC no longer accepts a boolean as the second
|
|
positional argument. This silent no-op fallback was removed and the argument
|
|
is now fully type checked. Passing a boolean will raise an error. (#35836)
|