MCPcopy Create free account
hub / github.com/ElementsProject/elements / SetAllowEmpty

Method SetAllowEmpty

src/qt/bitcoinamountfield.cpp:393–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393void BitcoinAmountField::SetAllowEmpty(bool allow)
394{
395 amount->SetAllowEmpty(allow);
396}
397
398void BitcoinAmountField::SetMinValue(const CAmount& value)
399{

Callers 1

SendCoinsDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected