Skip to content

Commit

Permalink
savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Mar 19, 2024
1 parent f8a6fd8 commit 185f34f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/WalletConnectSign/Sign/SignClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ public final class SignClient: SignClientProtocol {
return try SIWEFromCacaoPayloadFormatter().formatMessage(from: cacaoPayload)
}

public func buildSignedAuthObject(authPayload: AuthPayload, signature: WalletConnectUtils.CacaoSignature, account: Account) throws -> AuthObject {
public func buildSignedAuthObject(authPayload: AuthPayload, signature: CacaoSignature, account: Account) throws -> AuthObject {
try CacaosBuilder.makeCacao(authPayload: authPayload, signature: signature, account: account)
}

Expand Down
2 changes: 1 addition & 1 deletion Sources/Web3Wallet/Web3WalletClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public class Web3WalletClient {
signClient.getSessions()
}

public func formatAuthMessage(payload: WalletConnectSign.AuthPayload, account: Account) throws -> String {
public func formatAuthMessage(payload: AuthPayload, account: Account) throws -> String {
try signClient.formatAuthMessage(payload: payload, account: account)
}

Expand Down

0 comments on commit 185f34f

Please sign in to comment.