ACINQ / bitcoin-kmp

Kotlin Multiplatform Bitcoin Library
Apache License 2.0
68 stars 15 forks source link

Change how taproot merkle proofs are built #111

Closed sstone closed 9 months ago

sstone commented 9 months ago

Returning a single nullable byte array feels cleaner (and internally this is how such proof are used), remove the ambiguity of returning an empty list, and the need to remove the last element.

sstone commented 9 months ago

Some of these changes we added to https://github.com/ACINQ/bitcoin-kmp/pull/109