Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(mempool): Add merge bit to tx-kernel-id
The `TransactionKernelId` only promises to be constant under the execution of single proof's update-branch. Since the update-branch cannot change the merge_bit in a transaction kernel, the TransactionKernelId should include the value of the merge_bit. This, along with the introduction of `TransactionKernelId` closes #203.
- Loading branch information