Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ SetBlockInflatedReward
Method
SetBlockInflatedReward
src/persistence/blockdb.cpp:192–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
bool CBlockDBCache::SetBlockInflatedReward(const CBlockInflatedReward &value) {
193
return block_inflated_reward_cache.SetData(value);
194
}
Callers
2
ProcessBlockDelegates
Method · 0.80
mintrewards
Method · 0.80
Calls
1
SetData
Method · 0.45
Tested by
no test coverage detected