Skip to content

Commit

Permalink
Remove unused maxBlocks param from pricenode
Browse files Browse the repository at this point in the history
As the new fee estimation API does not require this parameter
anymore, remove it and all references to it.

See bisq-network/projects#27
  • Loading branch information
cd2357 committed Jul 28, 2020
1 parent 901af07 commit 33550ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pricenode/bisq-pricenode.service
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 33550ca

Please sign in to comment.