Skip to content

In Comsos if the signing is happening through external wallet and signature is getting received on dapp. Is there a way to club the signature and transaction object for broadcast #3605

Closed Answered by punithbm
punithbm asked this question in Q&A
Discussion options

You must be logged in to vote

Figured out the issue, removing the r (recovery) component in the signature and using it resolved. Signature from the external signer was 130 characters length where as last 2 characters were carrying the bytes for recover. Slicing and using it worked.

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@punithbm
Comment options

@satoshiotomakan
Comment options

@punithbm
Comment options

@punithbm
Comment options

Answer selected by punithbm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
2 participants
Converted from issue

This discussion was converted from issue #3604 on December 15, 2023 15:37.