You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checked the actual dump which is different from Core's utxo dump. First coint has heightAndIsCoinbase = 0x81
0x80 is the same height with different isCoinbase
0x83 is a different height with same isCoinbase
Also the excessive amount test didn't work because the offset was wrong, see commit message bitcoin/bitcoin@e5ff4e4
> In addition, the undocumented offset is set surprisingly high (39 bytes is well into the
> serialization of the amount which starts at offset 36).
The values 39 and 36 are after core#29612 (Optimize dumptxoutset output), so they translate to 41 & 38 for us.
0 commit comments