Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/err #256

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix/err #256

wants to merge 2 commits into from

Conversation

romashka-btc
Copy link

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