Skip to content

Commit

Permalink
clean up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
loic1 committed Oct 16, 2024
1 parent 991a9d6 commit 72d46cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ transaction(leaderboardName: String, nftID: UInt64) {
let escrowAdress = Address.fromString("0x".concat(Type<Escrow>().identifier.slice(from: 2, upTo: 18)))
?? panic("Could not convert the address")

// let escrowAccount = getAccount({{0xEscrowAddress}})
// Get the public leaderboard collection
self.collectionPublic = getAccount(escrowAdress).capabilities.borrow<&Escrow.Collection>(Escrow.CollectionPublicPath)
?? panic("Could not borrow a reference to the public leaderboard collection")

Expand Down

0 comments on commit 72d46cb

Please sign in to comment.