Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bjartek committed Feb 6, 2024
1 parent fa0031f commit e1684b9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions transactions/test_init.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,15 @@ transaction {
})
}
}
/*
*this is the log this prints
Cadence log: "cap 3"
Cadence log: "cap 4"
Cadence log: "pre 3 /storage/cadenceExampleNFTCollection"
Cadence log: "issued providerCap 5"
Cadence log: "find provider second time"
Cadence log: "Capability<auth(A.f8d6e0586b0a20c7.NonFungibleToken.Withdraw)&{A.f8d6e0586b0a20c7.NonFungibleToken.Collection}>"
Cadence log: "is provider cap"
Cadence log: "post 3 /storage/cadenceExampleNFTCollection"
*/

0 comments on commit e1684b9

Please sign in to comment.