-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Globals: Pass Consensus::Params through CBlockTreeDB::LoadBlockIndexGuts() #9176
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
Globals: Pass Consensus::Params through CBlockTreeDB::LoadBlockIndexGuts() #9176
Conversation
312e742 to
2d194fa
Compare
src/txdb.cpp
Outdated
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.
Nit: if you're changing to use func, there's another opportunity to do so a few lines below so the style is consistent.
|
Code review ACK |
2d194fa to
777616e
Compare
|
Updated fixing @mrbandrews 's nit. |
777616e to
9aaa82d
Compare
|
Needed rebase after renaming main.o, see #9260 (although needed, the rebase was clean in this case) |
9aaa82d to
b324b28
Compare
|
Needed rebase |
|
utACK b324b28 |
…adBlockIndexGuts() b324b28 Globals: Pass Consensus::Params through CBlockTreeDB::LoadBlockIndexGuts() (Jorge Timón) Tree-SHA512: 9ef561a026960dc69df52603f4d60246c913bdd127465e8238f0954c6bbbc6b8b3b039bab70df38be1cbf5d06788fb631a2236b49c0167633d54366103c7c055
…eDB::LoadBlockIndexGuts() b324b28 Globals: Pass Consensus::Params through CBlockTreeDB::LoadBlockIndexGuts() (Jorge Timón) Tree-SHA512: 9ef561a026960dc69df52603f4d60246c913bdd127465e8238f0954c6bbbc6b8b3b039bab70df38be1cbf5d06788fb631a2236b49c0167633d54366103c7c055
Part of #7829