Found it while reviewing other PR. Couldn’t contain myself from cleaning it up.
The wallet decryption process (CheckDecryptionKey()
and Unlock()
)
contains an arg ‘accept_no_keys,’ introduced in #13926, that has
never been used.
Additionally, this also removes the unimplemented SplitWalletPath
function.