Skip to content

Commit

Permalink
litoshi --> improbaturit
Browse files Browse the repository at this point in the history
  • Loading branch information
LaakJoonas committed May 28, 2021
1 parent 85853dd commit a6d229a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/release-notes-litecoin.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Wallet changes
When creating a transaction with a fee above `-maxtxfee` (default 0.1 HLA),
the RPC commands `walletcreatefundedpsbt` and `fundrawtransaction` will now fail
instead of rounding down the fee. Beware that the `feeRate` argument is specified
in HLA per kilobyte, not litoshi per byte.
in HLA per kilobyte, not improbaturit per byte.

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion src/qt/bitcoinunits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ QString BitcoinUnits::longName(int unit)
case BTC: return QString("HLA");
case mBTC: return QString("laudaatturit");
case uBTC: return QString("eximiat");
case SAT: return QString("litoshi");
case SAT: return QString("improbaturit");
default: return QString("???");
}
}
Expand Down

0 comments on commit a6d229a

Please sign in to comment.