Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 716c3e8

Browse files
committed
* Remove ecRecover
1 parent cbf28fe commit 716c3e8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Sources/MagicSDK/Modules/Web3/Web3Extension.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,6 @@ public extension Web3.Eth {
118118
signTypedDataV4(account: account, data: data, response: promiseResolver(resolver))
119119
}
120120
}
121-
122-
func ecRecover(
123-
message: String, signature: String) -> Promise<EthereumAddress> {
124-
return Promise { resolver in
125-
ecRecover(message: message, signature: signature, response: promiseResolver(resolver))
126-
}
127-
}
128121
}
129122

130123
public extension RPCRequest {

0 commit comments

Comments
 (0)