Skip to content

Commit

Permalink
sig should be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
peterferguson committed Oct 21, 2024
1 parent 70461f4 commit 1febd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ export class Client<
if (signer.isSmartContractWallet()) {
await XMTPModule.receiveSCWSignature(
request.id,
Buffer.from(signatureString)
signatureString
)
} else {
const eSig = splitSignature(signatureString)
Expand Down

0 comments on commit 1febd29

Please sign in to comment.