This repository was archived by the owner on Feb 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1129,7 +1129,6 @@ message PendingUpdate {
11291129}
11301130
11311131message OpenChannelRequest {
1132-
11331132 /// The pubkey of the node to open a channel with
11341133 bytes node_pubkey = 2 [json_name = "node_pubkey" ];
11351134
@@ -1156,6 +1155,9 @@ message OpenChannelRequest {
11561155
11571156 /// The delay we require on the remote's commitment transaction. If this is not set, it will be scaled automatically with the channel size.
11581157 uint32 remote_csv_delay = 10 [json_name = "remote_csv_delay" ];
1158+
1159+ /// The minimum number of confirmations each one of your outputs used for the funding transaction must satisfy.
1160+ int32 min_confs = 11 [json_name = "min_confs" ];
11591161}
11601162message OpenStatusUpdate {
11611163 oneof update {
Original file line number Diff line number Diff line change 22
33# versions
44GO_TAG=1.10.3
5- LND_TAG=6989316b11c51922b4c6ae3507ac06680ec530b9
5+ LND_TAG=6c903393e50bd3c60db533102d5f681aa407d01b
66BTCD_TAG=f899737d7f2764dc13e4d01ff00108ec58f766a9
77
88# create empty btcd.conf for btcctl
You can’t perform that action at this time.
0 commit comments