Return a copy of the pre-initialized hasher.
| 384 | |
| 385 | //! Return a copy of the pre-initialized hasher. |
| 386 | CSHA256 ScriptExecutionCacheHasher() const { return m_script_execution_cache_hasher; } |
| 387 | }; |
| 388 | |
| 389 | /** Functions for validating blocks and updating the block tree */ |