Skip to content

Commit

Permalink
fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanYuan committed May 20, 2024
1 parent 2e3f1aa commit 35c994e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/api_service/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ impl SpvRpc for SpvRpcImpl {
log::warn!("[onchain] header#{spv_best_height}; mmr-root {spv_header_root}");
let stg_header_root = packed_stg_header_root.unpack();
log::warn!("[storage] header#{spv_best_height}; mmr-root {stg_header_root}");
let desc = "the SPV instance on chain is not unknown, reorg is required";
let desc = "the SPV instance on chain is unknown, reorg is required";
return Err(ApiErrorCode::OnchainReorgRequired.with_desc(desc));
}

Expand Down

0 comments on commit 35c994e

Please sign in to comment.