We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da34e35 commit 2b67488Copy full SHA for 2b67488
src.ts/abi/fragments.ts
@@ -645,7 +645,6 @@ export class ParamType {
645
result += `[${ (this.arrayLength < 0 ? "": String(this.arrayLength)) }]`;
646
} else {
647
if (this.isTuple()) {
648
- if (format !== "sighash") { result += this.type; }
649
result += "(" + this.components.map(
650
(comp) => comp.format(format)
651
).join((format === "full") ? ", ": ",") + ")";
0 commit comments