We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6895e commit 0300f0aCopy full SHA for 0300f0a
1 file changed
bindings/network/voting.go
@@ -88,7 +88,6 @@ func GetNodeInfoSnapshotFast(rp *rocketpool.RocketPool, blockNumber uint32, mult
88
return votingInfos, nil
89
}
90
91
-
92
// Get the number of nodes that were present in the network at the provided block
93
func GetVotingNodeCount(rp *rocketpool.RocketPool, blockNumber uint32, opts *bind.CallOpts) (*big.Int, error) {
94
rocketNetworkVoting, err := getRocketNetworkVoting(rp, nil)
0 commit comments