Skip to content

Commit

Permalink
fix: validium sequence batches method name
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Staykov committed Oct 14, 2024
1 parent 3452af5 commit 691635e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk/syncer/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
sequenceBatchesMethodName = "sequenceBatches"
sequenceBatchesValidiumMethodName = "validiumSequenceBatches"
sequenceBatchesValidiumMethodName = "sequenceBatchesValidium"
)

func GetAccInputDataCalcFunction(l1InfoRoot common.Hash, decodedSequenceInteerface interface{}) (accInputHashCalcFn func(prevAccInputHash common.Hash, index int) *common.Hash, totalSequenceBatches int, err error) {
Expand Down

0 comments on commit 691635e

Please sign in to comment.