Skip to content

Commit

Permalink
confirm at osp
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Mar 28, 2024
1 parent 0d2c8c6 commit cdcd4c7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions system_tests/bold_challenge_protocol_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023, Offchain Labs, Inc.
// For license information, see https://github.com/nitro/blob/master/LICENSE

//go:build challengetest && !race
//asdasdgo:build challengetest && !race

package arbtest

Expand Down Expand Up @@ -389,7 +389,10 @@ func TestChallengeProtocolBOLD(t *testing.T) {
manager.Start(ctx)
managerB.Start(ctx)

filterer, err := challengeV2gen.NewEdgeChallengeManagerFilterer(assertionChain.RollupAddress(), l1client)
chalManager, err := assertionChain.SpecChallengeManager(ctx)
Require(t, err)

filterer, err := challengeV2gen.NewEdgeChallengeManagerFilterer(chalManager.Address(), l1client)
Require(t, err)

fromBlock := uint64(0)
Expand Down

0 comments on commit cdcd4c7

Please sign in to comment.