- Update go state types

- Keep current expiration defaults on creation, extension some tests
- Update ffi
This commit is contained in:
zenground0
2023-04-10 16:26:14 -06:00
parent 258a3c8270
commit 65fa75fd01
10 changed files with 41 additions and 26 deletions
+1 -1
View File
@@ -1693,7 +1693,7 @@ var sectorsCapacityCollateralCmd = &cli.Command{
return err
}
pci.Expiration = policy.GetMaxSectorExpirationExtension() + h.Height()
pci.Expiration = policy.GetDefaultSectorExpirationExtension() + h.Height()
}
pc, err := nApi.StateMinerInitialPledgeCollateral(ctx, maddr, pci, types.EmptyTSK)