Removes the -salvagewallet
startup option and adds a salvage
command to the bitcoin-wallet
tool. As such, -salvagewallet
is removed. Additionally, the automatic salvage that is done if the wallet file fails to load is removed.
Lastly the salvage code entirely is moved out entirely into bitcoin-wallet
from walletdb.{cpp/h}
and db.{cpp/h}
.