diff --git a/attestation/attestclient.go b/attestation/attestclient.go index 6563011..1e58787 100644 --- a/attestation/attestclient.go +++ b/attestation/attestclient.go @@ -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 }