We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6f791 commit 7f5e70eCopy full SHA for 7f5e70e
Sources/Web3Core/Structure/SECP256k1.swift
@@ -206,7 +206,7 @@ extension SECP256K1 {
206
return recoverableSignature
207
}
208
209
- internal static func serializeSignature(recoverableSignature: input secp256k1_ecdsa_recoverable_signature) -> Data? {
+ internal static func serializeSignature(recoverableSignature: inout secp256k1_ecdsa_recoverable_signature) -> Data? {
210
guard let context = context else { return nil }
211
var serializedSignature = Data(repeating: 0x00, count: 64)
212
var v: Int32 = 0
0 commit comments