Skip to content

Commit

Permalink
Merge pull request #1342 from WalletConnect/develop
Browse files Browse the repository at this point in the history
1.18.5
  • Loading branch information
llbartekll authored Apr 12, 2024
2 parents c9ea7a1 + 0311d67 commit 963473b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/WalletConnectRelay/PackageConfig.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "1.18.4"}
{"version": "1.18.5"}
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 963473b

Please sign in to comment.