| 385 | } |
| 386 | |
| 387 | void BitcoinAmountField::setValue(const CAmount& value) |
| 388 | { |
| 389 | amount->setValue(Params().GetConsensus().pegged_asset, value); |
| 390 | setDisplayUnit(amount->currentPeggedUnit()); |
| 391 | } |
| 392 | |
| 393 | void BitcoinAmountField::SetAllowEmpty(bool allow) |
| 394 | { |
no test coverage detected