Skip to content

Fix/err - #256

Open
0xAlexKorn wants to merge 2 commits into
a16z:masterfrom
0xAlexKorn:fix/err
Open

0xAlexKorn wants to merge 2 commits into
a16z:masterfrom
0xAlexKorn:fix/err

Conversation

@0xAlexKorn

Copy link
Copy Markdown

Fix: Corrected typos in source files

What was changed

  • src\l1\chain_watcher.rs:41: Fixed "seperate" to "separate".
    • Before: let status = check_seperate_state();
    • After: let status = check_separate_state();
  • src\common\attributes_deposited.rs:8: Fixed "transcation" to "transaction".
    • Before: log_transcation_details(details);
    • After: log_transaction_details(details);

Why

  • Improved readability and consistency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant