Skip to content

use checksum for from address#1432

Merged
mholtzman merged 2 commits intodevelopfrom
raw-data-case
Feb 17, 2023
Merged

use checksum for from address#1432
mholtzman merged 2 commits intodevelopfrom
raw-data-case

Conversation

@mholtzman
Copy link
Copy Markdown
Collaborator

No description provided.

@mholtzman mholtzman requested a review from Jamchello February 16, 2023 21:28
const tx: TransactionData = {
...rawTx,
from: rawTx.from || accountId,
...(from && { from: getAddress(from) }),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love this trick 🥇

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stackoverflow at its finest. I think its a little hard to tell whats going on but does the job for now

@mholtzman mholtzman merged commit 19e1598 into develop Feb 17, 2023
@mholtzman mholtzman deleted the raw-data-case branch February 17, 2023 15:08
wakamex pushed a commit to wakamex/framed that referenced this pull request Mar 2, 2026
* use checksum for from address

* test cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants