Skip to content

Commit

Permalink
Update wiki reference
Browse files Browse the repository at this point in the history
  • Loading branch information
saltedlolly committed Apr 4, 2024
1 parent fa8d70a commit 252fcf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/qt/digibyteunits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

// Source: https://dgbwiki.com/index.php?title=DigiByte#Subunits

#include <qt/digibyteunits.h>

#include <QStringList>
Expand Down
2 changes: 1 addition & 1 deletion src/qt/digibyteunits.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class DigiByteUnits: public QAbstractListModel
explicit DigiByteUnits(QObject *parent);

/** DigiByte units.
@note Source: https://en.digibyte.it/wiki/Units . Please add only sensible ones
@note Source: https://dgbwiki.com/index.php?title=DigiByte#Subunits . Please add only sensible ones
*/
enum Unit
{
Expand Down

0 comments on commit 252fcf0

Please sign in to comment.