Skip to content

Commit

Permalink
Update tests/integration/tokenomics/relay_mining_difficulty_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan White <[email protected]>
  • Loading branch information
Olshansk and bryanchriswhite authored Jun 20, 2024
1 parent 5a39101 commit 7f818b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func TestUpdateRelayMiningDifficulty_NewServiceSeenForTheFirstTime(t *testing.T)
require.Greater(t, numBlocksUntilProofWindowOpenHeight, int64(0), "unexpected non-positive number of blocks until the earliest proof commit height")
integrationApp.NextBlocks(t, int(numBlocksUntilProofWindowOpenHeight))

// Create a new proof and submit it
// Construct a new proof message and commit it
createProofMsg := prooftypes.MsgSubmitProof{
SupplierAddress: integrationApp.DefaultSupplier.Address,
SessionHeader: session.Header,
Expand Down

0 comments on commit 7f818b5

Please sign in to comment.