Skip to content

Commit

Permalink
Merge pull request #733 from clrfund/fix/missing-tx-log
Browse files Browse the repository at this point in the history
Log transaction details after initializing ClrFund
  • Loading branch information
yuetloo authored Mar 28, 2024
2 parents 729a905 + 84e4867 commit 7425c45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/tasks/subtasks/clrfund/11-initClrfund.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ subtask
if (receipt?.status !== 1) {
throw new Error('Failed to initialize ClrFund')
}
subtask.logTransaction(tx)
})

0 comments on commit 7425c45

Please sign in to comment.