Skip to content

Commit 751cb29

Browse files
Update transactions/idTableStaking/scripts/get_approved_but_not_staked_nodes.cdc
Co-authored-by: Joshua Hannan <[email protected]>
1 parent a3d5de7 commit 751cb29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transactions/idTableStaking/scripts/get_approved_but_not_staked_nodes.cdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import FlowIDTableStaking from 0xIDENTITYTABLEADDRESS
22

3-
// This script returns the list of nodes that are on the approved list but are not currently staked.
3+
// This script returns the list of nodes that are on the approved list but do not currently have tokens staked above the minimum requirement.
44
pub fun main(): [String] {
55
let approvedIDs = FlowIDTableStaking.getApprovedList()
66
let stakedIDs = FlowIDTableStaking.getStakedNodeIDs()

0 commit comments

Comments
 (0)