MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / ScriptExecutionCacheHasher

Method ScriptExecutionCacheHasher

src/validation.h:386–386  ·  view source on GitHub ↗

Return a copy of the pre-initialized hasher.

Source from the content-addressed store, hash-verified

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 */

Callers 1

CheckInputScriptsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected