Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Nov 21, 2024
1 parent 5e57afc commit 1bd1eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/validator_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func DeployAndInitializeValidatorManager(
MaximumStakeMultiplier: DefaultMaxStakeMultiplier,
WeightToValueFactor: big.NewInt(0).SetUint64(DefaultWeightToValueFactor),
RewardCalculator: rewardCalculatorAddress,
UptimeBlockchainID: subnet.BlockchainID
UptimeBlockchainID: subnet.BlockchainID,
},
)
Expect(err).Should(BeNil())
Expand Down

0 comments on commit 1bd1eda

Please sign in to comment.