Skip to content

Commit a896092

Browse files
committed
remove unused path
1 parent 051a8ab commit a896092

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

cadence/contracts/TidalYieldClosedBeta.cdc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ access(all) contract TidalYieldClosedBeta {
88

99
// --- Paths ---
1010
access(all) let UserBetaCapStoragePath: StoragePath
11-
access(all) let BetaBadgeStoragePath: StoragePath
1211
access(all) let AdminHandleStoragePath: StoragePath
1312
access(all) let BetaBadgePublicPath: PublicPath
1413

@@ -75,9 +74,6 @@ access(all) contract TidalYieldClosedBeta {
7574
}
7675

7776
init() {
78-
self.BetaBadgeStoragePath = StoragePath(
79-
identifier: "TidalYieldBetaBadge_\(self.account.address)"
80-
)!
8177
self.AdminHandleStoragePath = StoragePath(
8278
identifier: "TidalYieldClosedBetaAdmin_\(self.account.address)"
8379
)!

0 commit comments

Comments
 (0)