mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 16:44:20 +01:00
protocol: switch to single-funder anchor model.
Most complex change was gather_updates(), which handles all the "what is the current state of the channel" logic for our dumb test utils. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -11,8 +11,7 @@ struct sha256;
|
||||
struct bitcoin_tx *create_commit_tx(const tal_t *ctx,
|
||||
OpenChannel *ours,
|
||||
OpenChannel *theirs,
|
||||
const struct sha256 *revocation_hash,
|
||||
int64_t delta,
|
||||
const struct sha256_double *anchor_txid,
|
||||
unsigned int anchor_output);
|
||||
OpenAnchor *anchor,
|
||||
const struct sha256 *rhash,
|
||||
uint64_t to_us, uint64_t to_them);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user