Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
393
void BitcoinAmountField::SetAllowEmpty(bool allow)
394
{
395
amount->SetAllowEmpty(allow);
396
}
397
398
void BitcoinAmountField::SetMinValue(const CAmount& value)
399
{
Callers
1
SendCoinsDialog
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected