You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows us to store a `ScriptTree` with only the hash of the leaf
we want to spend, and fetch the actual script from the tree.
This avoids duplicating the script in our encoded data in `eclair` or
`lightning-kmp`.
val encoded ="02c02220736e572900fe1252589a2143c8f3c79f71a0412d2353af755e9701c782694a02ac02c02220631c5f3b5832b8fbdebfb19704ceeb323c21f40f7a24f43d68ef0cc26b125969ac01c0222044faa49a0338de488c8dfffecdfb6f329f380bd566ef20c8df6d813eab1c4273ac"
419
+
val tree =ScriptTree.read(ByteArrayInput(Hex.decode(encoded)))
0 commit comments