Skip to content

Commit

Permalink
ctx
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Jul 5, 2024
1 parent 6c535e0 commit 7d78c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taiko-client/driver/chain_syncer/blob/syncer.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ func (s *Syncer) onBlockProposed(

// first see if we have a CalldataTxList event in the same transaction
// Get the transaction receipt
receipt, err := s.rpc.L1.TransactionReceipt(context.Background(), tx.Hash())
receipt, err := s.rpc.L1.TransactionReceipt(ctx, tx.Hash())
if err != nil {
return fmt.Errorf("failed to get transaction receipt: %w", err)
}
Expand Down

0 comments on commit 7d78c95

Please sign in to comment.