Skip to content

Commit a505a85

Browse files
fix: wrongly resolved conflicts
1 parent a11febb commit a505a85

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/web3swift/Utils/EIP/EIP681.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ extension Web3 {
5757
self.isPayRequest = isPayRequest
5858
self.targetAddress = targetAddress
5959
}
60-
<<<<<<< HEAD
61-
=======
6260

6361
public func makeEIP681Link(urlEncode: Bool = false) -> String? {
6462
let address: String
@@ -230,7 +228,6 @@ extension Web3 {
230228
default: return nil
231229
}
232230
}
233-
>>>>>>> 35c85fd7... feat: encoding query parameters for EIP681 - except tuples, this is still a TODO
234231
}
235232

236233
public struct EIP681CodeParser {

0 commit comments

Comments
 (0)