joinmarket: allow recreating wallet from seed

This allows users to easily upgrade their wallets to use Fidelity Bonds.
This commit is contained in:
Erik Arvstedt 2021-08-27 14:37:44 +02:00
parent 7c5ef32b50
commit 179b86d19c
No known key found for this signature in database
GPG key ID: 33312B944DD97846
5 changed files with 66 additions and 14 deletions

View file

@ -260,6 +260,6 @@
# The nix-bitcoin release version that your config is compatible with.
# When upgrading to a backwards-incompatible release, nix-bitcoin will display an
# an error and provide hints for migrating your config to the new release.
nix-bitcoin.configVersion = "0.0.49";
nix-bitcoin.configVersion = "0.0.51";
}