Skip to content

Commit

Permalink
make Metadata initializer public
Browse files Browse the repository at this point in the history
  • Loading branch information
bitgamma committed Nov 26, 2024
1 parent afb1983 commit 6cbf4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Keycard/Metadata.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public struct Metadata {
self.wallets = wallets;
}

init(_ cardName: String) {
public init(_ cardName: String) {
self.init(cardName, Set<UInt32>());
}

Expand Down

0 comments on commit 6cbf4c4

Please sign in to comment.