From 92c7901ccc0e63ece7e8b6eb6b007a22164aad29 Mon Sep 17 00:00:00 2001 From: nullun Date: Sun, 21 Jan 2024 15:27:07 +0000 Subject: [PATCH] Fix typo You wouldn't believe how much pain this caused me. --- src/lib/compiler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/compiler.ts b/src/lib/compiler.ts index 70f6f7070..a8bef85e7 100644 --- a/src/lib/compiler.ts +++ b/src/lib/compiler.ts @@ -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] = {