mirror of https://github.com/bitcoin/bitcoin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
402 B
10 lines
402 B
2 years ago
|
Wallet
|
||
|
------
|
||
|
|
||
|
- Rescans for descriptor wallets are now significantly faster if compact
|
||
|
block filters (BIP158) are available. Since those are not constructed
|
||
|
by default, the configuration option "-blockfilterindex=1" has to be
|
||
|
provided to take advantage of the optimization. This improves the
|
||
|
performance of the RPC calls `rescanblockchain`, `importdescriptors`
|
||
|
and `restorewallet`. (#25957)
|