MCPcopy 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
398void BitcoinAmountField::SetMinValue(const CAmount& value)
399{
400 amount->SetMinValue(value);
401}
402
403void BitcoinAmountField::SetMaxValue(const CAmount& value)
404{

Callers 1

setModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected