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

chore: fix some typos in the database structs #4008

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

m1sterc001guy
Copy link
Contributor

Reviewing some of the DB code, found some typos :)

@m1sterc001guy m1sterc001guy requested a review from a team as a code owner January 4, 2024 03:58
Copy link

codecov bot commented Jan 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ce2c9c8) 56.98% compared to head (eb56b03) 57.03%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4008      +/-   ##
==========================================
+ Coverage   56.98%   57.03%   +0.04%     
==========================================
  Files         193      193              
  Lines       43326    43329       +3     
==========================================
+ Hits        24691    24714      +23     
+ Misses      18635    18615      -20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@okjodom okjodom added this pull request to the merge queue Jan 4, 2024
Merged via the queue into fedimint:master with commit 0fbf652 Jan 4, 2024
20 checks passed
@@ -1073,7 +1073,7 @@ where
}
}

/// Struct that implements `ISingleUseDatabaseTransaction` and can be wrapped
/// Struct that implements `IRawDatabaseTransaction` and can be wrapped
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this was a link renames would be tracked by CI automatically.

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.

None yet

4 participants