Skip to content

Commit

Permalink
Merge pull request #359 from nullun/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
joe-p authored Jan 21, 2024
2 parents 5d3d8f6 + 92c7901 commit cc502f8
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 cc502f8

Please sign in to comment.