This PR adds a new option rescanUpdate
in importmulti
RPC method to optionally do not rescan transactions that already exist in the wallet.
This is very important for large wallets when importing a single address with a old timestamp, which in this moment triggers a rescan to the whole wallet, replaying several already known wallet events (via notify-wallet).