mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
Print fee with Transaction.toString(), if known.
This commit is contained in:
@@ -704,6 +704,9 @@ public class Transaction extends ChildMessage implements Serializable {
|
||||
}
|
||||
s.append(String.format("%n"));
|
||||
}
|
||||
Coin fee = getFee();
|
||||
if (fee != null)
|
||||
s.append(" fee ").append(fee.toFriendlyString()).append(String.format("%n"));
|
||||
return s.toString();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user