Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ SetMinValue
Method
SetMinValue
src/qt/bitcoinamountfield.cpp:398–401 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
396
}
397
398
void BitcoinAmountField::SetMinValue(const CAmount& value)
399
{
400
amount->SetMinValue(value);
401
}
402
403
void BitcoinAmountField::SetMaxValue(const CAmount& value)
404
{
Callers
1
setModel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected