mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
walletrpc: add sat_per_kw fee rate option
To allow more precise fee rates, we add a sat_per_kw option to the fee oneof in the gRPC definition.
This commit is contained in:
@@ -1388,6 +1388,12 @@ message FundPsbtRequest {
|
||||
input with.
|
||||
*/
|
||||
uint64 sat_per_vbyte = 4;
|
||||
|
||||
/*
|
||||
The fee rate, expressed in sat/kWU, that should be used to spend the
|
||||
input with.
|
||||
*/
|
||||
uint64 sat_per_kw = 11;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user