diff --git a/pds/transactions/pds/create_distribution.cdc b/pds/transactions/pds/create_distribution.cdc index 8b9f222..215e95f 100644 --- a/pds/transactions/pds/create_distribution.cdc +++ b/pds/transactions/pds/create_distribution.cdc @@ -16,7 +16,7 @@ transaction(nftWithdrawCapPath: StoragePath, title: String, metadata: {String: S // get withdraw capability from issuer let withdrawCap = issuer.storage.copy< - Capability>(from: nftWithdrawCapPath)! + Capability>(from: nftWithdrawCapPath)! assert(withdrawCap.check(), message: "cannot get copy of withdraw capability") // get operator capability from issuer