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 +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -1170,6 +1170,9 @@ message OpenChannelRequest {
11701170
11711171 /// The minimum number of confirmations each one of your outputs used for the funding transaction must satisfy.
11721172 int32 min_confs = 11 [json_name = "min_confs" ];
1173+
1174+ /// Whether unconfirmed outputs should be used as inputs for the funding transaction.
1175+ bool spend_unconfirmed = 12 [json_name = "spend_unconfirmed" ];
11731176}
11741177message OpenStatusUpdate {
11751178 oneof update {
@@ -1488,6 +1491,12 @@ message ChannelEdge {
14881491}
14891492
14901493message ChannelGraphRequest {
1494+ /**
1495+ Whether unannounced channels are included in the response or not. If set,
1496+ unannounced channels are included. Unannounced channels are both private
1497+ channels, and public channels that are not yet announced to the network.
1498+ */
1499+ bool include_unannounced = 1 [json_name = "include_unannounced" ];
14911500}
14921501
14931502/// Returns a new instance of the directed channel graph.
Original file line number Diff line number Diff line change 22
33# versions
44GO_TAG=1.11.1
5- LND_TAG=90fe860a3c985800014d9a6c9705cf7adb4bff85
5+ LND_TAG=68d96488cc9f78e6aeb7d5c27822f384f756f335
66BTCD_TAG=2a560b2036bee5e3679ec2133eb6520b2f195213
77
88# create empty btcd.conf for btcctl
You can’t perform that action at this time.
0 commit comments