Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Jan 31, 2024
1 parent d7a62be commit bb445dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion venus-shared/api/chain/v1/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ type IMinerState interface {
// pending allocation is not found.
StateGetAllocationForPendingDeal(ctx context.Context, dealID abi.DealID, tsk types.TipSetKey) (*types.Allocation, error) //perm:read
// StateGetAllocationIdForPendingDeal is like StateGetAllocationForPendingDeal except it returns the allocation ID
StateGetAllocationIdForPendingDeal(ctx context.Context, dealId abi.DealID, tsk types.TipSetKey) (verifreg.AllocationId, error) //perm:read
StateGetAllocationIdForPendingDeal(ctx context.Context, dealID abi.DealID, tsk types.TipSetKey) (verifreg.AllocationId, error) //perm:read
// StateGetAllocation returns the allocation for a given address and allocation ID.
StateGetAllocation(ctx context.Context, clientAddr address.Address, allocationID types.AllocationId, tsk types.TipSetKey) (*types.Allocation, error) //perm:read
// StateGetAllocations returns the all the allocations for a given client.
Expand Down

0 comments on commit bb445dd

Please sign in to comment.