mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-24 20:53:07 +02:00
Merge pull request #3990 from yaslama/signrpc-input-index-fix
Copy InputIndex into the underlying SignDescriptor struct
This commit is contained in:
@@ -375,6 +375,7 @@ func (s *Server) ComputeInputScript(ctx context.Context,
|
|||||||
},
|
},
|
||||||
HashType: txscript.SigHashType(signDesc.Sighash),
|
HashType: txscript.SigHashType(signDesc.Sighash),
|
||||||
SigHashes: sigHashCache,
|
SigHashes: sigHashCache,
|
||||||
|
InputIndex: int(signDesc.InputIndex),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user