Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
943
void Stake::SetSplitThreshold(int64_t v) {
944
nStakeSplitThreshold = GetStakeCombineThreshold();
945
}
946
947
void Stake::MarkStake(const COutPoint& out, unsigned int nTime) {
948
mapStakes[out] = nTime;
Callers
1
ReadKeyValue
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected