Skip to content

Commit

Permalink
add admin balance check
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahannan committed Oct 22, 2024
1 parent 6a0b2bc commit 093dab4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 0 additions & 4 deletions contracts/LockedTokens.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,6 @@ access(all) contract LockedTokens {
return self.borrowNode()
}

access(RecoverLease) view fun borrowDelegatorForLease(): auth(FlowIDTableStaking.DelegatorOwner) &FlowIDTableStaking.NodeDelegator? {
return self.borrowDelegator()
}

access(UnlockTokens) fun removeNode(): @FlowIDTableStaking.NodeStaker? {
let node <- self.nodeStaker <- nil

Expand Down
Loading

0 comments on commit 093dab4

Please sign in to comment.