We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eca64d commit 174c571Copy full SHA for 174c571
packages/dapplib/contracts/Registry/RegistryService.cdc
@@ -16,12 +16,8 @@ pub contract RegistryService {
16
// The unique ID of this AuthNFT
17
pub let authID: UInt64
18
19
- // Of course
20
- pub let isAwesome: Bool
21
-
22
init() {
23
self.authID = RegistryService.totalSupply
24
- self.isAwesome = true
25
26
RegistryService.totalSupply = RegistryService.totalSupply + (1 as UInt64)
27
}
0 commit comments