Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
You wouldn't believe how much pain this caused me.
  • Loading branch information
nullun authored Jan 21, 2024
1 parent 5d3d8f6 commit 92c7901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6331,7 +6331,7 @@ export default class Compiler {
m.returns.type
)
.replace(/asset/g, 'uint64')
.replace(/gapplication/g, 'uint64')
.replace(/application/g, 'uint64')
.replace(/account/g, 'address')}`;

hints[signature] = {
Expand Down

0 comments on commit 92c7901

Please sign in to comment.