Merge pull request #6022 from ebfull/shielded-req-debug

Make shielded requirements error "debug" level rather than an error.
This commit is contained in:
str4d 2022-07-01 15:53:27 +01:00 committed by GitHub
commit f3f1f81302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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());