Skip to content

Commit 174c571

Browse files
committed
remove field from registryservice
1 parent 5eca64d commit 174c571

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/dapplib/contracts/Registry/RegistryService.cdc

-4
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ pub contract RegistryService {
1616
// The unique ID of this AuthNFT
1717
pub let authID: UInt64
1818

19-
// Of course
20-
pub let isAwesome: Bool
21-
2219
init() {
2320
self.authID = RegistryService.totalSupply
24-
self.isAwesome = true
2521

2622
RegistryService.totalSupply = RegistryService.totalSupply + (1 as UInt64)
2723
}

0 commit comments

Comments
 (0)