mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-18 13:25:14 +01:00
Remove unused maxBlocks param from pricenode
As the new fee estimation API does not require this parameter anymore, remove it and all references to it. See bisq-network/projects#27
This commit is contained in:
parent
901af075c1
commit
33550caab2
@ -5,7 +5,7 @@ After=network.target
|
||||
[Service]
|
||||
SyslogIdentifier=bisq-pricenode
|
||||
EnvironmentFile=/etc/default/bisq-pricenode.env
|
||||
ExecStart=/bisq/bisq/bisq-pricenode 2 2
|
||||
ExecStart=/bisq/bisq/bisq-pricenode 2
|
||||
ExecStop=/bin/kill -TERM ${MAINPID}
|
||||
Restart=on-failure
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user