We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d5de7 commit 751cb29Copy full SHA for 751cb29
transactions/idTableStaking/scripts/get_approved_but_not_staked_nodes.cdc
@@ -1,6 +1,6 @@
1
import FlowIDTableStaking from 0xIDENTITYTABLEADDRESS
2
3
-// This script returns the list of nodes that are on the approved list but are not currently staked.
+// This script returns the list of nodes that are on the approved list but do not currently have tokens staked above the minimum requirement.
4
pub fun main(): [String] {
5
let approvedIDs = FlowIDTableStaking.getApprovedList()
6
let stakedIDs = FlowIDTableStaking.getStakedNodeIDs()
0 commit comments