mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
Note that we should check their locktime, minconfirms etc.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
6048a15db9
commit
6c62e20701
@ -64,6 +64,9 @@ int main(int argc, char *argv[])
|
||||
o1 = pkt_from_file(argv[1], PKT__PKT_OPEN)->open;
|
||||
o2 = pkt_from_file(argv[2], PKT__PKT_OPEN)->open;
|
||||
|
||||
/* FIXME: We should check that their locktime is sane here,
|
||||
* since we're bound to it. Also min_confirms, etc. */
|
||||
|
||||
/* Create merged transaction */
|
||||
anchor = anchor_tx_create(ctx, o1, o2, &map, NULL);
|
||||
if (!anchor)
|
||||
|
Loading…
Reference in New Issue
Block a user