brainwallet / brainwallet.github.io

Brainwallet site
https://brainwallet.org
291 stars 409 forks source link

sequence number is missing #25

Closed jonasbits closed 11 years ago

jonasbits commented 11 years ago

Brainwallet.org is amazing and real useful when working with raw transactions. In testnet you get to play with cool transactions, like locktime, but then you need a sequence number other than the default FF FF FF FF (UINT_MAX).

Its fine, you can change it in the hex binary easy, but it would be really nice if you could add this (at least for testnet) to the JSON display

Keep up the great work!

brainwallet commented 11 years ago

implemented in 9e685486537c96b76c488db7fdc8fdf9f4ab19ee

jonasbits commented 11 years ago

wow that was quick! thanks a lot