-
Notifications
You must be signed in to change notification settings - Fork 190
fix: don't manipulate raw transaction when it is stored #1747
fix: don't manipulate raw transaction when it is stored #1747
Conversation
Thanks for submitting this pull request! A maintainer will review this in the next few days and explicitly select labels so you know what's going on. If no reviewer appears after a week, a reminder will be sent out. |
Could you add test(s) for this please @dated |
Are you satisfied, @alexbarnsley? |
It's a good start |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that we should also use Date.now() from now on. Just in case anyone is wondering why.
A contributor has approved this PR. A maintainer will merge this PR shortly. If it shouldn't be merged yet, please leave a comment saying so and we'll wait. Thank you for your contribution! |
Yep that's exactly why I changed it here. |
Your pull request has been merged and marked as tier 4. It will earn you $20 USD. |
Summary
Fixes #1746 by not manipulating the raw transaction.
Checklist