joinmarket: create bitcoind wallet

Starting with 0.21.0, bitcoin no longer automatically creates and loads
a default wallet.
This was being ignored because of a JoinMarket issue [1] in CI builds prior
to this version. Now a watch-only Bitcoin Core wallet is created in ExecStartPost.

[1] https://github.com/JoinMarket-Org/joinmarket-clientserver/issues/812
This commit is contained in:
nixbitcoin 2021-08-08 10:58:49 +02:00
parent 6258d64cb6
commit e2c6eb6681
No known key found for this signature in database
GPG key ID: B6044ECBA2DAE5D0
3 changed files with 25 additions and 4 deletions

View file

@ -245,6 +245,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.41";
nix-bitcoin.configVersion = "0.0.49";
}