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