mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
TransactionConfidence: Print source to toString().
This commit is contained in:
@@ -357,6 +357,8 @@ public class TransactionConfidence {
|
||||
getAppearedAtChainHeight(), getDepthInBlocks()));
|
||||
break;
|
||||
}
|
||||
if (source != Source.UNKNOWN)
|
||||
builder.append(" Source: ").append(source);
|
||||
return builder.toString();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user