Skip to content

Commit 7faaf21

Browse files
committed
fix error in node schedule
1 parent dd0cdfc commit 7faaf21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

transactions/stakingCollection/schedule_node_staking.cdc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ transaction(effort: UInt64,
116116
data: nil,
117117
timestamp: getCurrentBlock().timestamp + 604800.0, // 1 week
118118
priority: FlowTransactionScheduler.Priority.Low,
119-
executionEffort: effort
119+
executionEffort: effort,
120+
fees: <-flowTokenVaultCap.withdraw(amount: 0.001) as! @FlowToken.Vault
120121
)
121122
} else {
122123

0 commit comments

Comments
 (0)