Skip to content

Commit d75421f

Browse files
committed
make schedule access account
1 parent fc47e13 commit d75421f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contracts/FlowCallbackScheduler.cdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ access(all) contract FlowCallbackScheduler {
13501350
return <-vaultRef.withdraw(amount: amount) as! @FlowToken.Vault
13511351
}
13521352

1353-
access(all) fun schedule(
1353+
access(account) fun schedule(
13541354
callback: Capability<auth(Execute) &{CallbackHandler}>,
13551355
data: AnyStruct?,
13561356
timestamp: UFix64,

0 commit comments

Comments
 (0)