fixes a tree display issue in transaction details view
This commit is contained in:
@@ -81,4 +81,8 @@ public class TxAttribute implements ITxAttribute, Serializable {
|
||||
return value;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "FtxAttr: " + attributeType.toString() + "=" + value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user