mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-10 20:53:50 +01:00
Merge #12035: [qt] change µBTC to bits
ebcee1de2bips: add bip176 (Bits Denomination) (William Casarin)275b2eeed[qt] change µBTC to bits (William Casarin) Pull request description: Now that we have bip176, change "µBTC" to the more colloquial "bits" Tree-SHA512: eba5e5f89c392728a4f0a3bd81a9779a117b8d72a490390fd031d4e7cc56c2bfee0016aba7ef9535903e8cf2262ce46497283424e378906d0e3bf5b0d2d981c7
This commit is contained in:
@@ -76,8 +76,10 @@ public:
|
||||
static QList<Unit> availableUnits();
|
||||
//! Is unit ID valid?
|
||||
static bool valid(int unit);
|
||||
//! Long name
|
||||
static QString longName(int unit);
|
||||
//! Short name
|
||||
static QString name(int unit);
|
||||
static QString shortName(int unit);
|
||||
//! Longer description
|
||||
static QString description(int unit);
|
||||
//! Number of Satoshis (1e-8) per unit
|
||||
|
||||
Reference in New Issue
Block a user