Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Jan 9, 2024
1 parent 58a5d6a commit c1d05f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions interop/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ func (e *Executor) Execute(ctx context.Context, signedTx tx.SignedTx) error {
}

func (e *Executor) Settle(ctx context.Context, signedTx tx.SignedTx, dbTx pgx.Tx) (common.Hash, error) {
// // Send L1 tx
// Verify ZKP using eth_call
// Send L1 tx
l1TxData, err := e.etherman.BuildTrustedVerifyBatchesTxData(
uint64(signedTx.Tx.LastVerifiedBatch),
uint64(signedTx.Tx.NewVerifiedBatch),
Expand Down

0 comments on commit c1d05f4

Please sign in to comment.