chaincodelabs / onboarding-to-bitcoin-core

The missing onboarding guide to Bitcoin Core
https://bitcoincore.academy
91 stars 37 forks source link

An answer to a missing todo. #58

Closed amovfx closed 1 year ago

amovfx commented 1 year ago

Just a heads up. I'm pretty new to this. But this looks like the answer. I hope someone can double check this to see if it is correct.

willcl-ark commented 1 year ago

Hi, thanks for adding this. You are correct that is the function call. We can see it being called in validation.cpp only after the block has passed the CheckBlock() and ContextualCheckBlock() checks.