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

Consider adding a const version of blockdata::genesis_block #2645

Open
tcharding opened this issue Apr 2, 2024 · 1 comment
Open

Consider adding a const version of blockdata::genesis_block #2645

tcharding opened this issue Apr 2, 2024 · 1 comment

Comments

@tcharding
Copy link
Member

Requires const'ing a few other things and hardcoding the merkle root but looks like its doable without too much trouble.

@apoelstra
Copy link
Member

Yeah, it's likely not done because of the merkle root computation. Not sure if we have the necessary const constructors for hashes, even now.

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

No branches or pull requests

2 participants