mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-04 21:04:58 +02:00
Merge bitcoin/bitcoin#23123: Remove -rescan startup parameter
dc3ec74d67Add rescan removal release note (Samuel Dobson)bccd1d942dRemove -rescan startup parameter (Samuel Dobson)f963b0fa8cCorrupt wallet tx shouldn't trigger rescan of all wallets (Samuel Dobson)6c006495efRemove outdated dummy wallet -salvagewallet arg (Samuel Dobson) Pull request description: Remove the `-rescan` startup parameter. Rescans can be run with the `rescanblockchain` RPC. Rescans are still done on wallet-load if needed due to corruption, for example. ACKs for top commit: achow101: ACKdc3ec74d67laanwj: re-ACKdc3ec74d67Tree-SHA512: 608360d0e7d73737fd3ef408b01b33d97a75eebccd70c6d1b47a32fecb99b9105b520b111b225beb10611c09aa840a2b6d2b6e6e54be5d0362829e757289de5c
This commit is contained in:
9
doc/release-notes-remove-rescan.md
Normal file
9
doc/release-notes-remove-rescan.md
Normal file
@@ -0,0 +1,9 @@
|
||||
Notable changes
|
||||
===============
|
||||
|
||||
Rescan startup parameter removed
|
||||
--------------------------------
|
||||
|
||||
The `-rescan` startup parameter has been removed. Wallets which require
|
||||
rescanning due to corruption will still be rescanned on startup.
|
||||
Otherwise, please use the `rescanblockchain` RPC to trigger a rescan.
|
||||
Reference in New Issue
Block a user