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

Method validate

src/qt/tokenamountfield.cpp:218–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218bool TokenAmountField::validate()
219{
220 bool valid = false;
221 value(&valid);
222 setValid(valid);
223 return valid;
224}
225
226void TokenAmountField::setValid(bool valid)
227{

Callers

nothing calls this directly

Calls 1

valueFunction · 0.70

Tested by

no test coverage detected