Commit 409374a
committed
Merge #731: fix: possible absolute locktime overflow error
d01ad3f fix: possible absolute locktime overflow error (Chris Hyunhum Cho)
Pull request description:
Maximum absolute locktime is 2^31 - 1, not 2^31 in miniscript.
reference: https://github.com/bitcoin/bitcoin/blob/master/src/script/miniscript.h#L2281
ACKs for top commit:
apoelstra:
ACK d01ad3f successfully ran local tests
Tree-SHA512: cde3ea0b0ed4cfc4b30cc8ff3b2da33241581a5ea55849e61d17d7b2788028e666dd7047be5450dc73a14dba25f52b982da8eae6818902439cd1f5b892730bb91 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments