3
0
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:
Andreas Schildbach 2014-10-07 18:44:23 +02:00
parent 4b65e37914
commit 113d7bc445

View File

@ -3427,7 +3427,7 @@ public class Wallet extends BaseTaggableObject implements Serializable, BlockCha
final Coin calculatedFee = req.tx.getFee();
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