Skip to content

Commit 445ac91

Browse files
MamunC0derAniket-Engg
authored andcommitted
Update deploy.ts
1 parent b3a10fd commit 445ac91

File tree

1 file changed

+1
-1
lines changed
  • libs/remix-ui/run-tab/src/lib/actions

1 file changed

+1
-1
lines changed

libs/remix-ui/run-tab/src/lib/actions/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export const runTransactions = (
309309
funcIndex?: number) => {
310310
let callinfo = ''
311311
if (lookupOnly) callinfo = 'call'
312-
else if (funcABI.type === 'fallback' || funcABI.type === 'receive') callinfo = 'lowLevelInteracions'
312+
else if (funcABI.type === 'fallback' || funcABI.type === 'receive') callinfo = 'lowLevelinteractions'
313313
else callinfo = 'transact'
314314
_paq.push(['trackEvent', 'udapp', callinfo, plugin.blockchain.getCurrentNetworkStatus().network.name])
315315

0 commit comments

Comments
 (0)