joinmarket: 0.7.4 -> 0.8.0-bcfa7eb

Update to 0.8.0 with hotfix for genwallet script
Includes module versioning error with migration instructions
This commit is contained in:
nixbitcoin
2020-12-17 11:12:58 +00:00
parent c9657305e7
commit fdfafb2f40
4 changed files with 57 additions and 18 deletions
+1 -1
View File
@@ -221,5 +221,5 @@
# 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.18";
nix-bitcoin.configVersion = "0.0.26";
}