diff --git a/package.json b/package.json index 5abe34d8..774a992a 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "config": { "style_paths": "app/styles/*.scss app/components/**/*.scss", "lnd-binary": { - "binaryVersion": "0.4.2-beta-635-g72aa7969", + "binaryVersion": "0.4.2-beta-752-g6c903393", "binarySite": "https://github.com/LN-Zap/lnd/releases/download" } }, diff --git a/resources/rpc.proto b/resources/rpc.proto index 28e8ec9c..9148e1ff 100644 --- a/resources/rpc.proto +++ b/resources/rpc.proto @@ -1130,11 +1130,10 @@ message PendingUpdate { } message OpenChannelRequest { - /// The pubkey of the node to open a channel with bytes node_pubkey = 2 [json_name = "node_pubkey"]; - /// The hex encoded pubkey of the node to open a channel with + /// The hex encoded pubkey of the node to open a channel with string node_pubkey_string = 3 [json_name = "node_pubkey_string"]; /// The number of satoshis the wallet should commit to the channel @@ -1157,6 +1156,9 @@ message OpenChannelRequest { /// The delay we require on the remote's commitment transaction. If this is not set, it will be scaled automatically with the channel size. uint32 remote_csv_delay = 10 [json_name = "remote_csv_delay"]; + + /// The minimum number of confirmations each one of your outputs used for the funding transaction must satisfy. + int32 min_confs = 11 [json_name = "min_confs"]; } message OpenStatusUpdate { oneof update {