Skip to content

Commit

Permalink
Merge pull request #1341 from defnotpaul/fix-imports
Browse files Browse the repository at this point in the history
Fix import issue with WalletConnectUtils
  • Loading branch information
llbartekll authored Apr 12, 2024
2 parents f09dc2a + 8bb4f67 commit 261ed0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WalletConnectUtils/Cacao/Cacao.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extension Cacao {
resources: resources
)
let signature = CacaoSignature(
t: WalletConnectUtils.CacaoSignatureType.eip191,
t: CacaoSignatureType.eip191,
s: "invalid_signature",
m: nil
)
Expand Down

0 comments on commit 261ed0a

Please sign in to comment.