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 6cf391b commit ee250dbCopy full SHA for ee250db
contracts/FlowCallbackScheduler.cdc
@@ -1363,7 +1363,7 @@ access(all) contract FlowCallbackScheduler {
1363
return <-vaultRef.withdraw(amount: amount) as! @FlowToken.Vault
1364
}
1365
1366
- access(account) fun schedule(
+ access(all) fun schedule(
1367
callback: Capability<auth(Execute) &{CallbackHandler}>,
1368
data: AnyStruct?,
1369
timestamp: UFix64,
0 commit comments