mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-19 13:17:32 +02:00
The inclusion proof field in the TapscriptPartialReveal function was incorrect. An inclusion proof can be zero or more elements of 32-byte slices. So an empty inclusion proof can be valid too for a tree that only consists of a single leaf. |
||
|---|---|---|
| .. | ||
| input.go | ||
| musig2.go | ||
| script_utils.go | ||
| script_utils_test.go | ||
| signdescriptor.go | ||
| signdescriptor_test.go | ||
| signer.go | ||
| size.go | ||
| size_test.go | ||
| taproot.go | ||
| test_utils.go | ||
| txout.go | ||
| txout_test.go | ||
| witnessgen.go | ||