joinmarket: 0.8.0-a5e8879 -> 0.8.1

- Update joinmarket package
- Revert unofficial release settings
- Move Yield Generator config to configFile
- Add new config option max_sweep_fee_change
This commit is contained in:
nixbitcoin 2021-02-10 14:02:05 +00:00
parent 1302f87c70
commit 42f7e9f874
No known key found for this signature in database
GPG key ID: DD11F9AD5308B3BA
5 changed files with 92 additions and 47 deletions

View file

@ -65,10 +65,11 @@ let testEnv = rec {
tests.joinmarket-ob-watcher = cfg.joinmarket-ob-watcher.enable;
services.joinmarket.yieldgenerator = {
enable = config.services.joinmarket.enable;
customParameters = ''
txfee = 200
cjfee_a = 300
'';
# Test a smattering of custom parameters
ordertype = "absoffer";
cjfee_a = 300;
cjfee_r = 0.00003;
txfee = 200;
};
tests.nodeinfo = config.nix-bitcoin.nodeinfo.enable;