Skip to content

Instantly share code, notes, and snippets.

@LarryRuane
Created July 28, 2020 22:29
Show Gist options
  • Save LarryRuane/59e884a55b0cfe55f7b860b60e104790 to your computer and use it in GitHub Desktop.
Save LarryRuane/59e884a55b0cfe55f7b860b60e104790 to your computer and use it in GitHub Desktop.
make the number of transactions field (just beyond header) 0xff instead of 0xfd (illegal)
--- before 2020-07-28 17:12:10.039607983 -0500
+++ after 2020-07-28 17:21:12.859607983 -0500
@@ -1,7 +1,7 @@
00000000: 0b11 0907 e7e1 0100 0200 0000 01e9 7a2c ..............z,
00000010: fabb 443a 6a13 51a1 22f7 59cf 4d72 00c9 ..D:j.Q.".Y.Mr..
00000020: c8c2 18b3 ad30 9661 0000 0000 c6c3 d1f5 .....0.a........
00000030: 6e72 3ad0 b05b e01f 88e0 c688 8158 0e9a nr:..[.......X..
00000040: b6ed 2517 c457 11e1 35fb 9382 e1b8 ac53 ..%..W..5......S
-00000050: ffff 001d 0002 622a fd4c 0101 0000 0001 ......b*.L......
+00000050: ffff 001d 0002 622a ff00 0000 0000 0000 ......b*.L......
00000060: 0000 0000 0000 0000 0000 0000 0000 0000 ................
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment