MCPcopy 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
192bool CBlockDBCache::SetBlockInflatedReward(const CBlockInflatedReward &value) {
193 return block_inflated_reward_cache.SetData(value);
194}

Callers 2

ProcessBlockDelegatesMethod · 0.80
mintrewardsMethod · 0.80

Calls 1

SetDataMethod · 0.45

Tested by

no test coverage detected