Skip to content
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

Can't set max_unspent_utxos higher than 1024 #5247

Open
CharlieC3 opened this issue Sep 26, 2024 · 0 comments
Open

Can't set max_unspent_utxos higher than 1024 #5247

CharlieC3 opened this issue Sep 26, 2024 · 0 comments

Comments

@CharlieC3
Copy link
Member

We're unable to set the max_unspent_utxos config property higher than 1024. Setting this higher would be helpful in scenarios where the bitcoin node a miner is connected to tracks multiple addresses.

assert!(val <= 1024, "Value for max_unspent_utxos should be <= 1024");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Status: 🆕 New
Development

No branches or pull requests

2 participants
@CharlieC3 and others