Skip to content

Commit aa7e887

Browse files
committed
Add in proof code
1 parent a856242 commit aa7e887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/src/method/MethodParameterEncoder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export function checkArgsProvable(
9292

9393
const indizes = paramtypes
9494
.map((type, index) => {
95-
if (isFlexibleProvablePure(type)) {
95+
if (isProofBaseType(type) || isFlexibleProvablePure(type)) {
9696
return undefined;
9797
}
9898
return `${index}`;

0 commit comments

Comments
 (0)