We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb89029 + 6ee741c commit 55a6f8aCopy full SHA for 55a6f8a
Sources/BitcoinKit/Core/Keys/PublicKey.swift
@@ -40,7 +40,7 @@ public struct PublicKey {
40
public let network: Network
41
public let isCompressed: Bool
42
43
- init(bytes data: Data, network: Network) {
+ public init(bytes data: Data, network: Network) {
44
self.data = data
45
self.network = network
46
let header = data[0]
0 commit comments