From bb05aeb860e34584849bf200863b7036de7877ce Mon Sep 17 00:00:00 2001 From: Yu Date: Fri, 12 Aug 2022 11:53:06 +0800 Subject: [PATCH] chore: fix typo in comment --- api/v0api/full.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v0api/full.go b/api/v0api/full.go index 05b91830a..15da14411 100644 --- a/api/v0api/full.go +++ b/api/v0api/full.go @@ -591,7 +591,7 @@ type FullNode interface { // Returns nil if there is no entry in the data cap table for the // address. StateVerifiedClientStatus(ctx context.Context, addr address.Address, tsk types.TipSetKey) (*abi.StoragePower, error) //perm:read - // StateVerifiedClientStatus returns the address of the Verified Registry's root key + // StateVerifiedRegistryRootKey returns the address of the Verified Registry's root key StateVerifiedRegistryRootKey(ctx context.Context, tsk types.TipSetKey) (address.Address, error) //perm:read // StateDealProviderCollateralBounds returns the min and max collateral a storage provider // can issue. It takes the deal size and verified status as parameters.