Skip to content

Commit

Permalink
Update Deals Proposal to ProposalCid
Browse files Browse the repository at this point in the history
A change in filecoin-project/venus#1526 renamed this field from
`Proposal` to `ProposalCid`
  • Loading branch information
rkowalick committed Jan 18, 2019
1 parent ec3e61a commit da9e431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network-protocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ type StorageDealResponse struct {
// Message is an optional message to add context to any given response
Message string

// Proposal is the cid of the StorageDealProposal object this response is for
Proposal Cid
// ProposalCid is the cid of the StorageDealProposal object this response is for
ProposalCid Cid

// PieceConfirmation is a collection of information needed to convince the client that
// the miner has sealed the data into a sector.
Expand Down

0 comments on commit da9e431

Please sign in to comment.