lotus icon indicating copy to clipboard operation
lotus copied to clipboard

chore: fix some function names

Open gopherorg opened this issue 9 months ago • 0 comments

Related Issues

Proposed Changes

Additional Info

Checklist

Before you mark the PR ready for review, please make sure that:

  • [x] Commits have a clear commit message.
  • [x] PR title is in the form of of <PR type>: <area>: <change being made>
    • example: fix: mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, build, chore, ci, docs, perf, refactor, revert, style, test
    • area, e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps
  • [x] If the PR affects users (e.g., new feature, bug fix, system requirements change), update the CHANGELOG.md and add details to the UNRELEASED section.
  • [x] New features have usage guidelines and / or documentation updates in
  • [x] Tests exist for new functionality or change in behavior
  • [x] CI is green

gopherorg avatar May 13 '24 10:05 gopherorg