Change submit receipt to info. (#195)
Some checks failed
abi-consistent-check / build-and-compare (push) Has been cancelled
code-coverage / unittest-cov (push) Has been cancelled
rust / check (push) Has been cancelled
rust / test (push) Has been cancelled
rust / lints (push) Has been cancelled
functional-test / test (push) Has been cancelled

This commit is contained in:
peilun-conflux 2024-09-11 17:59:43 +08:00 committed by GitHub
parent 3dc3d0574f
commit a4dd88f2b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -171,8 +171,7 @@ impl Submitter {
SUBMISSION_RETIES
))?;
info!("Submit PoRA success");
debug!("Receipt: {:?}", receipt);
info!("Submit PoRA success, receipt: {:?}", receipt);
Ok(())
}