Fixed a Swift 5.10 and Swift 6.0 compilation issue found on the "init(privateKey: publicKey: )" initializer function of the GenerateHashUseCase use case in the library target.
This commit is contained in:
@@ -34,7 +34,7 @@ struct GenerateHashUseCase {
|
|||||||
/// - publicKey: A public key.
|
/// - publicKey: A public key.
|
||||||
init(
|
init(
|
||||||
privateKey: String,
|
privateKey: String,
|
||||||
publicKey: String,
|
publicKey: String
|
||||||
) {
|
) {
|
||||||
self.privateKey = privateKey
|
self.privateKey = privateKey
|
||||||
self.publicKey = publicKey
|
self.publicKey = publicKey
|
||||||
|
|||||||
Reference in New Issue
Block a user