Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sitetester committed Oct 29, 2023
1 parent 8c48e08 commit 52d9856
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class InitializeStateRecoveryCommand extends BaseInteroperabilityCommand<
const smt = new SparseMerkleTree();
let stateRoot: Buffer;

// it will help whether error is for input chainID for mainchainID
// it will help whether error is for input chainID or mainchainID
let msg;
if (terminatedStateAccountExists) {
const terminatedStateAccount = await terminatedStateSubstore.get(context, chainID);
Expand Down

0 comments on commit 52d9856

Please sign in to comment.