Skip to content

Commit f45cc99

Browse files
author
vlad
committed
cosmetic change in enclave
1 parent 572f98e commit f45cc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cosmwasm/enclaves/execute/src/registration/offchain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ fn is_export_approved(report: &sgx_report_body_t) -> bool {
939939

940940
if let Ok(f_in) = File::open(MIGRATION_CONSENSUS_PATH.as_str()) {
941941
if is_export_approved_offchain(f_in, report) {
942-
println!("Migration is authorized by off-chain (emergency) consensus");
942+
println!("Migration is authorized by off-chain (Emergency) consensus");
943943
return true;
944944
}
945945
}

0 commit comments

Comments
 (0)