mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 10:11:11 +02:00
lnrpc: adds a field FundMax
to OpenChannelRequest
This commit is contained in:
committed by
Slyghtning
parent
0c8aa81ed5
commit
e82410d24a
@@ -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 {
|
||||
|
Reference in New Issue
Block a user