-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pricenode: Remove unused maxBlocks param #4240
Pricenode: Remove unused maxBlocks param #4240
Conversation
521b7c4
to
2ff152c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
@wiz Can you coordinate this? Should I just merge this or wait until you're ready for it? |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@cd2357 Could you please resolve the conflict with master so we are able to merge it? Thanks! |
As the new fee estimation API does not require this parameter anymore, remove it and all references to it. See bisq-network/projects#27
2ff152c
to
33550ca
Compare
@ripcurlx done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the new fee estimation API does not require this parameter anymore, remove it and all references to it.
As @cbeams mentioned in #4235 (review): merging this change should be coordinated with the pricenode operators.
What this changes for running a pricenode: starting the pricenode now takes one argument instead of two, so make sure to update any startup scripts and remove the first argument (which used to represent
maxBlocks
).See bisq-network/projects#27