mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-12 02:05:53 +00:00
Fix duplicate 'BTC' in log message.
This commit is contained in:
parent
4b65e37914
commit
113d7bc445
@ -3427,7 +3427,7 @@ public class Wallet extends BaseTaggableObject implements Serializable, BlockCha
|
|||||||
|
|
||||||
final Coin calculatedFee = req.tx.getFee();
|
final Coin calculatedFee = req.tx.getFee();
|
||||||
if (calculatedFee != null) {
|
if (calculatedFee != null) {
|
||||||
log.info(" with a fee of {} BTC", calculatedFee.toFriendlyString());
|
log.info(" with a fee of {}", calculatedFee.toFriendlyString());
|
||||||
}
|
}
|
||||||
|
|
||||||
// Label the transaction as being self created. We can use this later to spend its change output even before
|
// Label the transaction as being self created. We can use this later to spend its change output even before
|
||||||
|
Loading…
x
Reference in New Issue
Block a user