From fa0031ff4e87e36ffdb7577946c3f9c13161d7e1 Mon Sep 17 00:00:00 2001 From: Bjarte Stien Karlsen Date: Tue, 6 Feb 2024 12:01:30 +0100 Subject: [PATCH] added comment --- transactions/test_init.cdc | 1 + 1 file changed, 1 insertion(+) diff --git a/transactions/test_init.cdc b/transactions/test_init.cdc index 72cb02b..76a632a 100644 --- a/transactions/test_init.cdc +++ b/transactions/test_init.cdc @@ -20,6 +20,7 @@ transaction { log("cap ".concat(pre2Cap.id.toString())) + //this only shows the first cap signer.capabilities.storage.forEachController(forPath: collectionData.storagePath,fun(scc: &StorageCapabilityController): Bool { log("pre ".concat(scc.capabilityID.toString()).concat(" ").concat(scc.target().toString())) return false