Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Oct 14, 2024
1 parent 1c1b5aa commit b1f10b4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions venus-shared/api/chain/v1/method.md
Original file line number Diff line number Diff line change
Expand Up @@ -1805,9 +1805,10 @@ Response:
```

### StateGetBeaconEntry
StateGetBeaconEntry returns the beacon entry for the given filecoin epoch. If
the entry has not yet been produced, the call will block until the entry
becomes available
StateGetBeaconEntry returns the beacon entry for the given filecoin epoch
by using the recorded entries on the chain. If the entry for the requested
epoch has not yet been produced, the call will block until the entry
becomes available.


Perms: read
Expand Down

0 comments on commit b1f10b4

Please sign in to comment.