mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-01-31 15:22:16 +00:00
Don't print script creation timestamp in Script.toString()
This commit is contained in:
parent
22a58755db
commit
4bbcfc4377
@ -116,11 +116,6 @@ public class Script {
|
|||||||
buf.append("] ");
|
buf.append("] ");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (creationTimeSeconds != 0) {
|
|
||||||
buf.append(" timestamp:").append(creationTimeSeconds);
|
|
||||||
}
|
|
||||||
|
|
||||||
return buf.toString();
|
return buf.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user