From b1f10b428d894607a8da838f627153df8931b745 Mon Sep 17 00:00:00 2001 From: simlecode <69969590+simlecode@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:00:22 +0800 Subject: [PATCH] chore: fix lint --- venus-shared/api/chain/v1/method.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/venus-shared/api/chain/v1/method.md b/venus-shared/api/chain/v1/method.md index 4af1712d89..fba81e36c1 100644 --- a/venus-shared/api/chain/v1/method.md +++ b/venus-shared/api/chain/v1/method.md @@ -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