Commit 56ff94f
proof: toggle inclusion bool for proper logging
This bool accidentally was set to `true`. It does not affect the logic,
but it does affect the debug logging in `deriveCommitmentKeys`. By
correcting the value to `false`, we ensure that the debug logging
mentions the correct prooftype: Exclusion.1 parent 8be715f commit 56ff94f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
| 414 | + | |
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
| |||
0 commit comments