Skip to content

Commit b96155c

Browse files
Delete redundant APIResultType conformance.
1 parent 9ea86e3 commit b96155c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/web3swift/API/APIMethod.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,6 @@ public enum APIRequest {
218218
case getTxPoolInspect // No in Eth API
219219
}
220220

221-
// FIXME: This conformance should be changed to `LiteralInitiableFromString`
222-
extension Data: APIResultType { }
223-
224221
extension APIRequest {
225222
var method: REST {
226223
switch self {

0 commit comments

Comments
 (0)