Skip to content

Commit

Permalink
add missing argument label (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent authored Jun 20, 2022
1 parent 0bb6b1f commit 49b5acc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contracts/FlowStakingCollection.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ pub contract FlowStakingCollection {
self.doesStakeExist(nodeID: nodeID, delegatorID: nil): "Cannot add a machine account record for a node that you do not own"
}

let nodeInfo = FlowIDTableStaking.NodeInfo(nodeID)
let nodeInfo = FlowIDTableStaking.NodeInfo(nodeID: nodeID)

// Make sure that the QC or DKG object in the machine account is correct for this node ID
Expand Down
Loading

0 comments on commit 49b5acc

Please sign in to comment.