Skip to content

Commit

Permalink
debug: prevtx
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Dec 29, 2023
1 parent e11cf4a commit 67f8726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions attestation/attestclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ func (w *AttestClient) SignTransaction(hash chainhash.Hash, msgTx wire.MsgTx) (
if prevTxErr != nil {
return nil, prevTxErr
}
log.Infof("prev tx: %v", prevTx)

var inputs []btcjson.RawTxWitnessInput // new tx inputs
var keys []string // keys to sign inputs
Expand Down

0 comments on commit 67f8726

Please sign in to comment.