Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
void CBlockHeader::SetHeight(uint32_t height) {
18
this->height = height;
19
}
20
21
uint256 CBlockHeader::ComputeSignatureHash() const {
22
CHashWriter ss(SER_GETHASH, CLIENT_VERSION);
Callers
7
GetBlockHeader
Method · 0.45
GetBlockHash
Method · 0.45
GetBlockHeader
Method · 0.45
CreateNewBlockForPreStableCoinRelease
Function · 0.45
CreateStableCoinGenesisBlock
Function · 0.45
CreateNewBlockForStableCoinRelease
Function · 0.45
CMainParams
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected