Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
i582 committed Feb 10, 2025
1 parent 974769b commit 7b1dd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abi/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ export const MapFunctions: ReadonlyMap<string, AbiFunction> = new Map([
const [self] = args;
checkMapType(self, ref);

return { kind: "ref", name: "Cell", optional: true };
return { kind: "ref", name: "Cell", optional: false };
},
generate(
ctx: WriterContext,
Expand Down

0 comments on commit 7b1dd54

Please sign in to comment.