Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 2fec786

Browse files
committed
Display sats instead of SAT
1 parent bf6565d commit 2fec786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports.MAX_LOG_LENGTH = 10000;
3131
module.exports.RECOVERY_WINDOW = 250;
3232

3333
module.exports.UNITS = {
34-
sat: { display: 'SAT', displayLong: 'Satoshi', denominator: 1 },
34+
sat: { display: 'sats', displayLong: 'Satoshi', denominator: 1 },
3535
bit: { display: 'bits', displayLong: 'Bits', denominator: 100 },
3636
btc: { display: 'BTC', displayLong: 'Bitcoin', denominator: 100000000 },
3737
};

0 commit comments

Comments
 (0)