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 a11febb commit a505a85Copy full SHA for a505a85
Sources/web3swift/Utils/EIP/EIP681.swift
@@ -57,8 +57,6 @@ extension Web3 {
57
self.isPayRequest = isPayRequest
58
self.targetAddress = targetAddress
59
}
60
-<<<<<<< HEAD
61
-=======
62
63
public func makeEIP681Link(urlEncode: Bool = false) -> String? {
64
let address: String
@@ -230,7 +228,6 @@ extension Web3 {
230
228
default: return nil
231
229
232
233
->>>>>>> 35c85fd7... feat: encoding query parameters for EIP681 - except tuples, this is still a TODO
234
235
236
public struct EIP681CodeParser {
0 commit comments