Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Fip 0021 #1487

Merged
merged 14 commits into from
Sep 29, 2021
97 changes: 97 additions & 0 deletions actors/builtin/market/cbor_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions actors/builtin/market/deal.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ var PieceCIDPrefix = market0.PieceCIDPrefix
type DealProposal = market0.DealProposal

// ClientDealProposal is a DealProposal signed by a client
//type ClientDealProposal struct {
// Proposal DealProposal
// ClientSignature crypto.Signature
//}
// type ClientDealProposal struct {
// Proposal DealProposal
// ClientSignature crypto.Signature
// }
type ClientDealProposal = market0.ClientDealProposal
Loading