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
Currently we are using the identifier `height` for the CLTV vaule. This
is incorrect because the value can be either a height or time. There is
also a risk of mixing up the value with the CSV `age` value.
Use `lock_time` to clearly disambiguate the CLTV value.
0 commit comments