Skip to content

Commit

Permalink
probably just want the bytes that were passed directly
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Oct 9, 2024
1 parent 32e00b2 commit 597e9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/main/java/org/xmtp/android/library/Client.kt
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ class Client() {
account.sign(signatureRequest.signatureText())?.let {
if (account.isSmartContractWallet) {
signatureRequest.addScwSignature(
it.rawData,
it.ecdsaCompact.bytes.toByteArray(),
account.address,
account.chainId.toULong(),
account.blockNumber?.toULong()
Expand Down

0 comments on commit 597e9f4

Please sign in to comment.