MCPcopy Create free account
hub / github.com/LUX-Core/lux / SetSplitThreshold

Method SetSplitThreshold

src/stake.cpp:943–945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

941}
942
943void Stake::SetSplitThreshold(int64_t v) {
944 nStakeSplitThreshold = GetStakeCombineThreshold();
945}
946
947void Stake::MarkStake(const COutPoint& out, unsigned int nTime) {
948 mapStakes[out] = nTime;

Callers 1

ReadKeyValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected