lnrpc: adds a field FundMax to OpenChannelRequest

This commit is contained in:
Bjarne Magnussen
2021-05-03 18:26:27 +02:00
committed by Slyghtning
parent 0c8aa81ed5
commit e82410d24a
3 changed files with 1955 additions and 1932 deletions

View File

@@ -2267,6 +2267,13 @@ message OpenChannelRequest {
capacity.
*/
uint64 remote_chan_reserve_sat = 25;
/*
If set, then lnd will attempt to commit all the coins under control of the
internal wallet to open the channel, and the LocalFundingAmount field must
be zero and is ignored.
*/
bool fund_max = 26;
}
message OpenStatusUpdate {
oneof update {