More than one merkle path per tx #97
KarlTheProgrammer
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When there is a branch in headers, SPV wallets may want to prove their previous tx is in both chains. After each tx in BEEF there is a value that currently says it is 0x00 for no BUMP indexes and 0x01 for a BUMP index following. I think this could just be a var int that says how many BUMP indexes are following, so a tx can be included in more than one BUMP.
Beta Was this translation helpful? Give feedback.
All reactions