Removes wallet access to -limitancestorcount
, -limitdescendantcount
and -prune
:
-limitancestorcount
and-limitdescendantcount
are now accessed with a methodgetPackageLimits
in theChain
interface.-prune
is not required. It was only used in wallet component initiation to prevent running-rescan
when pruning was enabled. This check is not required.
Partially addresses #17137.