lnrpc: add maxFeeRatio to FundPsbtRequest

This commit is contained in:
George Tsagkarelis
2024-09-19 16:20:21 +02:00
parent a72dae314c
commit f2b76325d4
5 changed files with 338 additions and 311 deletions

View File

@@ -1417,6 +1417,9 @@ message FundPsbtRequest {
// The strategy to use for selecting coins during funding the PSBT.
lnrpc.CoinSelectionStrategy coin_selection_strategy = 10;
// The max fee to total output amount ratio that this psbt should adhere to.
double max_fee_ratio = 12;
}
message FundPsbtResponse {
/*