Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 94a645c

Browse files
committed
Update to current lnd master and rpc.proto
1 parent 1223f06 commit 94a645c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

assets/rpc.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,6 @@ message PendingUpdate {
11291129
}
11301130

11311131
message 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
}
11601162
message OpenStatusUpdate {
11611163
oneof update {

assets/script/install_lnd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# versions
44
GO_TAG=1.10.3
5-
LND_TAG=6989316b11c51922b4c6ae3507ac06680ec530b9
5+
LND_TAG=6c903393e50bd3c60db533102d5f681aa407d01b
66
BTCD_TAG=f899737d7f2764dc13e4d01ff00108ec58f766a9
77

88
# create empty btcd.conf for btcctl

0 commit comments

Comments
 (0)