Skip to content

Commit f031b25

Browse files
authored
Merge pull request #1096 from rocket-pool/fix-getNodeMinimumRPLStake
getNodeMinimumRPLStake -> getNodeMinimumLegacyRPLStake
2 parents 55d639b + c593493 commit f031b25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/utils/state/network.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ func GetTotalEffectiveRplStake(rp *rocketpool.RocketPool, contracts *NetworkCont
265265
}
266266
for j := i; j < m; j++ {
267267
address := addresses[j]
268-
err = mc.AddCall(contracts.RocketNodeStaking, &minimumStakes[j], "getNodeMinimumRPLStake", address)
268+
err = mc.AddCall(contracts.RocketNodeStaking, &minimumStakes[j], "getNodeMinimumLegacyRPLStake", address)
269269
if err != nil {
270270
return fmt.Errorf("error adding node minimum RPL stake call for address %s: %w", address.Hex(), err)
271271
}

0 commit comments

Comments
 (0)