Skip to content

Commit

Permalink
Update digibyteunits.h
Browse files Browse the repository at this point in the history
  • Loading branch information
saltedlolly committed Apr 4, 2024
1 parent 252fcf0 commit 99952ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/digibyteunits.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class DigiByteUnits: public QAbstractListModel
static QString shortName(int unit);
//! Longer description
static QString description(int unit);
//! Number of Satoshis (1e-8) per unit
//! Number of DigiSatoshis (1e-8) per unit
static qint64 factor(int unit);
//! Number of decimals left
static int decimals(int unit);
Expand Down Expand Up @@ -104,7 +104,7 @@ class DigiByteUnits: public QAbstractListModel
return text;
}

//! Return maximum number of base units (Satoshis)
//! Return maximum number of base units (DigiSatoshis)
static CAmount maxMoney();

private:
Expand Down

0 comments on commit 99952ef

Please sign in to comment.