Skip to content

Commit

Permalink
update cronos-eth
Browse files Browse the repository at this point in the history
  • Loading branch information
bz888 committed Oct 11, 2023
1 parent fd7440b commit 41396e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export async function handleTransaction(
approveCallTransaction: EthereumTransaction<ApproveCallArgs>
): Promise<void> {
logger.info("approval: " + approveCallTransaction.hash);
assert(approveCallTransaction.args, 'Missing approveCallTransaction.args')
const approval = Approval.create({
id: approveCallTransaction.hash,
owner: approveCallTransaction.from,
Expand Down

0 comments on commit 41396e3

Please sign in to comment.