From e471284de623d75a46f2eed7e0b45307a368685e Mon Sep 17 00:00:00 2001 From: 0x5459 <0x5459@protonmail.com> Date: Fri, 11 Aug 2023 11:13:55 +0800 Subject: [PATCH] update comment --- venus-shared/types/market/assigner_type.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/venus-shared/types/market/assigner_type.go b/venus-shared/types/market/assigner_type.go index d57628e4ba..dfb3f259d0 100644 --- a/venus-shared/types/market/assigner_type.go +++ b/venus-shared/types/market/assigner_type.go @@ -52,7 +52,7 @@ type GetDealSpec struct { // if set, the deals should not be alive after or equal than the this epoch EndEpoch abi.ChainEpoch - // Filter by sector lifetime + // Filter by sector lifetime, for snapdeal SectorExpiration *abi.ChainEpoch }