mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 08:02:25 +02:00
psbt: Indicate which psbt inputs were signed
This commit is contained in:
@@ -885,6 +885,9 @@ message SignPsbtRequest {
|
||||
message SignPsbtResponse {
|
||||
// The signed transaction in PSBT format.
|
||||
bytes signed_psbt = 1;
|
||||
|
||||
// The indices of signed inputs.
|
||||
repeated uint32 signed_inputs = 2;
|
||||
}
|
||||
|
||||
message FinalizePsbtRequest {
|
||||
|
Reference in New Issue
Block a user