MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / SetHeight

Method SetHeight

src/persistence/block.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17void CBlockHeader::SetHeight(uint32_t height) {
18 this->height = height;
19}
20
21uint256 CBlockHeader::ComputeSignatureHash() const {
22 CHashWriter ss(SER_GETHASH, CLIENT_VERSION);

Callers 7

GetBlockHeaderMethod · 0.45
GetBlockHashMethod · 0.45
GetBlockHeaderMethod · 0.45
CMainParamsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected