Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
bool TokenAmountField::validate()
219
{
220
bool valid = false;
221
value(&valid);
222
setValid(valid);
223
return valid;
224
}
225
226
void TokenAmountField::setValid(bool valid)
227
{
Callers
nothing calls this directly
Calls
1
value
Function · 0.70
Tested by
no test coverage detected