mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
Makefile: update to latest BOLT versions.
The main change which affects us is that 2016 blocks to forget a channel is a fixed number in the spec; we make this clear by renaming the (developer-only) max_funding_unconfirmed to dev_max_funding_unconfirmed and making it compile DEVELOPER only. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -513,7 +513,8 @@ int main(int argc, const char *argv[])
|
||||
*
|
||||
* To start, common basic parameters for each test vector are defined:
|
||||
* the HTLCs are not used for the first "simple commitment tx with no
|
||||
* HTLCs" test.
|
||||
* HTLCs" test, and HTLCs 5 and 6 are only used in the "same amount and
|
||||
* preimage" test.
|
||||
*
|
||||
* funding_tx_id: 8984484a580b825b9972d7adb15050b3ab624ccd731946b3eeddb92f4e7ef6be
|
||||
* funding_output_index: 0
|
||||
|
||||
Reference in New Issue
Block a user