This commit is contained in:
parent
da34e3569e
commit
2b67488151
@ -645,7 +645,6 @@ export class ParamType {
|
|||||||
result += `[${ (this.arrayLength < 0 ? "": String(this.arrayLength)) }]`;
|
result += `[${ (this.arrayLength < 0 ? "": String(this.arrayLength)) }]`;
|
||||||
} else {
|
} else {
|
||||||
if (this.isTuple()) {
|
if (this.isTuple()) {
|
||||||
if (format !== "sighash") { result += this.type; }
|
|
||||||
result += "(" + this.components.map(
|
result += "(" + this.components.map(
|
||||||
(comp) => comp.format(format)
|
(comp) => comp.format(format)
|
||||||
).join((format === "full") ? ", ": ",") + ")";
|
).join((format === "full") ? ", ": ",") + ")";
|
||||||
|
Loading…
Reference in New Issue
Block a user