diff options
author | GreatSock <greatsock@protonmail.com> | 2018-05-17 16:14:49 +0200 |
---|---|---|
committer | GreatSock <greatsock@protonmail.com> | 2018-05-17 16:14:49 +0200 |
commit | c722f00a7e3d638253ef7ba59fcef123fcfd94b0 (patch) | |
tree | c3bb7a0cc4265a857957cd79bb8edff65a97419d /src/qt/bitcoinunits.h | |
parent | 4ddbcbf8c4bd0567d2fa83da32db4fbbc7c675fc (diff) |
[qt] Added satoshi unit
"Satoshi (sat)" will be displayed in dropdowns and status bars.
"sat" will be used when appended to numbers.
Diffstat (limited to 'src/qt/bitcoinunits.h')
-rw-r--r-- | src/qt/bitcoinunits.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qt/bitcoinunits.h b/src/qt/bitcoinunits.h index 310f651815..9b01b4678a 100644 --- a/src/qt/bitcoinunits.h +++ b/src/qt/bitcoinunits.h @@ -58,7 +58,8 @@ public: { BTC, mBTC, - uBTC + uBTC, + SAT }; enum SeparatorStyle |