Why miniscript `after` limit at 0x80000000?
Could we create a miniscript with after value larger than 0x80000000L (year 2038)? bitcoin-core check for *num < 1 || *num >= 0x80000000L while parsing after script but i think nlocktime is limit by uint_32_t (year 2106)
from Recent Questions - Bitcoin Stack Exchange https://ift.tt/LgtJ321
via IFTTT