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 438bc82 commit 93484c3Copy full SHA for 93484c3
web3swift/src/SIWE/SiweVerifier.swift
@@ -8,7 +8,7 @@ import Foundation
8
9
/// An object which will verify if a given `SiweMessage` and signature match with the EVM address provided
10
public class SiweVerifier {
11
- /// Errors thrown when verifing a given message against a signature
+ /// Errors thrown when verifying a given message against a signature
12
public enum Error: Swift.Error {
13
/// The provided message is from a different network than the client's.
14
case differentNetwork
0 commit comments