v1.27.0-a #10

Closed
jonathanface wants to merge 473 commits from v1.27.0-a into master
Showing only changes of commit e84a61cc7d - Show all commits

View File

@ -379,7 +379,7 @@ var filplusListClaimsCmd = &cli.Command{
)
for claimId, claim := range claimsMap {
if ts.Height() > claim.TermMax || !cctx.IsSet("expired") {
if ts.Height() > claim.TermMax+claim.TermStart || !cctx.IsSet("expired") {
tw.Write(map[string]interface{}{
"ID": claimId,
"Provider": claim.Provider,