Skip to content

Commit

Permalink
fix: merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Sep 16, 2024
1 parent c9cbf60 commit 0d0f2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggregator/aggregator.go
Original file line number Diff line number Diff line change
Expand Up @@ -1842,7 +1842,7 @@ func (a *Aggregator) buildInputProver(
return inputProver, nil
}

func (a *Aggregator) getWitness(batchNumber uint64, URL string, fullWitness bool) ([]byte, error) {
func (a *Aggregator) getWitness(batchNumber uint64, url string, fullWitness bool) ([]byte, error) {
var (
witness string
response rpc.Response
Expand Down

0 comments on commit 0d0f2bf

Please sign in to comment.