mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 18:27:43 +02:00
walletrpc: parameterize output lease duration
This commit is contained in:
@@ -189,6 +189,10 @@ message LeaseOutputRequest {
|
||||
|
||||
// The identifying outpoint of the output being leased.
|
||||
lnrpc.OutPoint outpoint = 2;
|
||||
|
||||
// The time in seconds before the lock expires. If set to zero, the default
|
||||
// lock duration is used.
|
||||
uint64 expiration_seconds = 3;
|
||||
}
|
||||
|
||||
message LeaseOutputResponse {
|
||||
|
Reference in New Issue
Block a user