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 fc47e13 commit d75421fCopy full SHA for d75421f
contracts/FlowCallbackScheduler.cdc
@@ -1350,7 +1350,7 @@ access(all) contract FlowCallbackScheduler {
1350
return <-vaultRef.withdraw(amount: amount) as! @FlowToken.Vault
1351
}
1352
1353
- access(all) fun schedule(
+ access(account) fun schedule(
1354
callback: Capability<auth(Execute) &{CallbackHandler}>,
1355
data: AnyStruct?,
1356
timestamp: UFix64,
0 commit comments