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

Commit

Permalink
Merge pull request #54 from 0xPolygon/vcastellm/fix-verifyBatches
Browse files Browse the repository at this point in the history
Use the rollupmanager for verifyBatchesTrustedAggregator
  • Loading branch information
vcastellm authored Jan 26, 2024
2 parents 1528923 + 7a198b2 commit 9016453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etherman/etherman.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (e *Etherman) BuildTrustedVerifyBatchesTxData(
}

const pendStateNum uint64 = 0 // TODO hardcoded for now until we implement the pending state feature
abi, err := polygonzkevm.PolygonzkevmMetaData.GetAbi()
abi, err := polygonrollupmanager.PolygonrollupmanagerMetaData.GetAbi()
if err != nil {
log.Errorf("error geting ABI: %v, Proof: %s", err)
return nil, err
Expand Down

0 comments on commit 9016453

Please sign in to comment.