Skip to content

Commit

Permalink
fix: Badly named variable
Browse files Browse the repository at this point in the history
  • Loading branch information
red-0ne committed Oct 11, 2024
1 parent ba45eec commit 43f60de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/service/relay_mining_difficulty_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ func TestUpdateRelayMiningDifficulty_NewServiceSeenForTheFirstTime(t *testing.T)

// Update the proof parameters to never require a proof, since this test is not
// submitting any proofs.
lowProofRequirementThreshold := sdk.NewInt64Coin(volatile.DenomuPOKT, math.MaxInt64)
proofParams.ProofRequirementThreshold = &lowProofRequirementThreshold
maxProofRequirementThreshold := sdk.NewInt64Coin(volatile.DenomuPOKT, math.MaxInt64)
proofParams.ProofRequirementThreshold = &maxProofRequirementThreshold
proofParams.ProofRequestProbability = 0

msgProofParams := prooftypes.MsgUpdateParams{
Expand Down

0 comments on commit 43f60de

Please sign in to comment.