Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    thanks for sharing, wonder where did you get those magic numbers: 0x7f, 0xd6, 0x94 Commented Jul 28, 2018 at 13:44
  • 1
    github.com/ethereum/wiki/wiki/RLP#definition Commented Aug 21, 2018 at 20:42
  • The nonce can never be 0, so that first test can be removed. Commented Nov 15, 2018 at 9:48
  • Nonce starts with zero, see transactions on etherscan. Commented Nov 19, 2018 at 10:09