Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ GetHash
Method
GetHash
src/p2p/protocol.cpp:192–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
uint256 CPBFTMessage::GetHash() const {
193
CHashWriter ss(SER_GETHASH, CLIENT_VERSION);
194
ss << msgType << blockHash << height<< miner << preBlockHash;
195
return ss.GetHash();
196
}
Callers
5
ProcessGetData
Function · 0.45
ProcessAddrMessage
Function · 0.45
ProcessTxMessage
Function · 0.45
ProcessBlockMessage
Function · 0.45
ProcessAlertMessage
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected