Make shielded requirements error "debug" level rather than an error.

This commit is contained in:
Sean Bowe 2022-06-23 16:46:33 -06:00 committed by Daira Hopwood
parent bb64e895c2
commit aa20e4399f
1 changed files with 1 additions and 1 deletions

View File

@ -2568,7 +2568,7 @@ bool CheckTxShieldedInputs(
auto txid = tx.GetHash().ToString();
auto rejectCode = ShieldedReqRejectCode(*unmetShieldedReq);
auto rejectReason = ShieldedReqRejectReason(*unmetShieldedReq);
TracingError(
TracingDebug(
"main", "CheckTxShieldedInputs(): shielded requirements not met",
"txid", txid.c_str(),
"reason", rejectReason.c_str());