Files
lightning/common
trueptolemy 92b40cb68a fix:Add infor about how many blocks needed until funding is confirmed
1. Rename channel_funding_locked to channel_funding_depth in
channeld/channel_wire.csv.
2. Add minimum_depth in struct channel in common/initial_channel.h and
change corresponding init function: new_initial_channel().
3. Add confirmation_needed in struct peer in channeld/channeld.c.
4. Rename channel_tell_funding_locked to channel_tell_depth.
5. Call channel_tell_depth even if depth < minimum, and still call
lockin_complete in channel_tell_depth, iff depth > minimum_depth.
6. channeld ignore the channel_funding_depth unless its >
minimum_depth(except to update billboard, and set
peer->confirmation_needed = minimum_depth - depth).
2019-04-07 23:45:35 +00:00
..
2019-03-26 12:29:22 +01:00
2018-11-02 05:58:01 +00:00
2019-02-21 03:44:44 +00:00
2019-01-17 13:02:24 +01:00
2019-01-17 13:02:24 +01:00
2018-01-29 04:46:54 +00:00
2018-02-08 22:49:34 +01:00
2019-04-01 13:22:05 +02:00
2019-01-29 04:50:01 +00:00
2019-01-15 12:01:38 +01:00
2019-01-15 12:01:38 +01:00
2018-08-05 02:03:58 +00:00
2019-01-17 13:02:24 +01:00
2018-12-05 23:15:59 +00:00
2019-01-15 12:01:38 +01:00
2019-02-22 11:15:24 -08:00
2019-02-22 11:15:24 -08:00
2018-06-18 12:31:09 +02:00