mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-07 22:12:51 -04:00
feat: add wallet database migration from older bdk
- upgrades to bdk 0.24 #1198 - adds a regression test for opening older wallets #1183 - adds a migration for older wallets that encounter the ChecksumMismatch error #1182
This commit is contained in:
parent
496482d302
commit
cd3ba4905a
18 changed files with 192 additions and 220 deletions
|
@ -338,6 +338,7 @@ struct RawArguments {
|
|||
testnet: bool,
|
||||
|
||||
#[structopt(
|
||||
short,
|
||||
long = "--data-base-dir",
|
||||
help = "The base data directory to be used for mainnet / testnet specific data like database, wallets etc"
|
||||
)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue