Skip to content

Commit

Permalink
debug: error
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Dec 27, 2023
1 parent 07b1e09 commit 2fe8a98
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 @@ -464,6 +464,7 @@ func (w *AttestClient) SignTransaction(hash chainhash.Hash, msgTx wire.MsgTx) (
// attempt to sign transcation with provided inputs - keys
signedMsgTx, _, errSign := w.MainClient.SignRawTransaction3(
&msgTx, inputs, keys)
log.Infof("error: %v", errSign)
if errSign != nil {
return nil, errSign
}
Expand Down

0 comments on commit 2fe8a98

Please sign in to comment.