mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-11 13:13:49 +01:00
refuse to format nor parse invalid units
This commit is contained in:
@@ -22,6 +22,8 @@ public:
|
||||
/// Static API
|
||||
// Get list of units, for dropdown box
|
||||
static QList<Unit> availableUnits();
|
||||
// Is unit ID valid?
|
||||
static bool valid(int unit);
|
||||
// Short name
|
||||
static QString name(int unit);
|
||||
// Longer description
|
||||
|
||||
Reference in New Issue
Block a user