Skip to content

Commit

Permalink
fix(taiko-client): use Pacaya abi for prover set (#18893)
Browse files Browse the repository at this point in the history
Co-authored-by: Gavin “yoghurt” Yu <[email protected]>
  • Loading branch information
YoGhurt111 and Gavin “yoghurt” Yu authored Feb 7, 2025
1 parent 1dab819 commit 30428c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func (a *ProveBlockTxBuilder) BuildProveBatchesPacaya(batchProof *proofProducer.
}

if a.proverSetAddress != ZeroAddress {
if data, err = encoding.ProverSetABI.Pack("proveBatches", input, encodedSubProofs); err != nil {
if data, err = encoding.ProverSetPacayaABI.Pack("proveBatches", input, encodedSubProofs); err != nil {
return nil, encoding.TryParsingCustomError(err)
}
to = a.proverSetAddress
Expand Down

0 comments on commit 30428c2

Please sign in to comment.