Skip to content

Commit c593493

Browse files
committed
getNodeMinimumRPLStake -> getNodeMinimumLegacyRPLStake
1 parent 39fd665 commit c593493

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)