mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-26 21:51:27 +02:00
comment out gettxout logic for now, need test-node infrastructure
This commit is contained in:
@@ -589,7 +589,7 @@ func (l *LightningWallet) handleFundingCounterPartySigs(msg *addCounterPartySigs
|
|||||||
if txin.SignatureScript == nil {
|
if txin.SignatureScript == nil {
|
||||||
txin.SignatureScript = pendingReservation.theirSigs[i]
|
txin.SignatureScript = pendingReservation.theirSigs[i]
|
||||||
|
|
||||||
// Fetch the alleged previous output along with the
|
/*// Fetch the alleged previous output along with the
|
||||||
// pkscript referenced by this input.
|
// pkscript referenced by this input.
|
||||||
prevOut := txin.PreviousOutPoint
|
prevOut := txin.PreviousOutPoint
|
||||||
output, err := l.rpc.GetTxOut(&prevOut.Hash, prevOut.Index, false)
|
output, err := l.rpc.GetTxOut(&prevOut.Hash, prevOut.Index, false)
|
||||||
@@ -616,7 +616,7 @@ func (l *LightningWallet) handleFundingCounterPartySigs(msg *addCounterPartySigs
|
|||||||
if err = vm.Execute(); err != nil {
|
if err = vm.Execute(); err != nil {
|
||||||
msg.err <- fmt.Errorf("cannot validate transaction: %s", err)
|
msg.err <- fmt.Errorf("cannot validate transaction: %s", err)
|
||||||
return
|
return
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user