We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572f98e commit f45cc99Copy full SHA for f45cc99
cosmwasm/enclaves/execute/src/registration/offchain.rs
@@ -939,7 +939,7 @@ fn is_export_approved(report: &sgx_report_body_t) -> bool {
939
940
if let Ok(f_in) = File::open(MIGRATION_CONSENSUS_PATH.as_str()) {
941
if is_export_approved_offchain(f_in, report) {
942
- println!("Migration is authorized by off-chain (emergency) consensus");
+ println!("Migration is authorized by off-chain (Emergency) consensus");
943
return true;
944
}
945
0 commit comments