mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-12 02:05:53 +00:00
Print outpoint data in Transaction toString() output
This commit is contained in:
parent
23279aff5f
commit
82e426a7eb
@ -502,6 +502,8 @@ public class Transaction extends ChildMessage implements Serializable {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
s.append(in.getScriptSig().getFromAddress().toString());
|
s.append(in.getScriptSig().getFromAddress().toString());
|
||||||
|
s.append(" / ");
|
||||||
|
s.append(in.getOutpoint().toString());
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
s.append("[exception: ").append(e.getMessage()).append("]");
|
s.append("[exception: ").append(e.getMessage()).append("]");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user