filecoin-project / venus

Filecoin Full Node Implementation in Go
https://venus.filecoin.io
Other
2.05k stars 459 forks source link

chore: fix some comments for struct field #6380

Open yuhangcangqian opened 1 month ago

yuhangcangqian commented 1 month ago

关联的Issues (Related Issues)

fix some comments for struct field

改动 (Proposed Changes)

附注 (Additional Info)

自查清单 (Checklist)

在你认为本 PR 满足被审阅的标准之前,需要确保 / Before you mark the PR ready for review, please make sure that:

simlecode commented 1 month ago

Execute make api-gen to generate documentation

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 25%. Comparing base (da0560e) to head (c4c7bfd). Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6380 +/- ## ====================================== Coverage 25% 25% ====================================== Files 676 676 Lines 68027 68027 ====================================== + Hits 17567 17568 +1 + Misses 47656 47654 -2 - Partials 2804 2805 +1 ```