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 275d2cd commit 42bb154Copy full SHA for 42bb154
Sources/web3swift/Utils/EIP/EIP712.swift
@@ -27,7 +27,9 @@ public struct EIP712Domain: EIP712Hashable {
27
28
public extension EIP712.Address {
29
static var zero: Self {
30
+ // swiftlint:disable force_unwrapping
31
EthereumAddress(Data(count: 20))!
32
+ // swiftlint:enable force_unwrapping
33
}
34
35
0 commit comments