Skip to content

Commit

Permalink
Merge pull request ipld#137 from filecoin-project/del/dup
Browse files Browse the repository at this point in the history
 rm dup protection from deal proposals
  • Loading branch information
whyrusleeping authored Feb 9, 2019
2 parents 7354bd9 + 48b781c commit f883267
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions network-protocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@ type StorageDealProposal struct {
// Duration is how long the file should be stored for
Duration NumBlocks

// LastDuplicate is a string of the CID of the last proposal created with
// identical values. This field effectively changes the CID of the current
// proposal, preventing collisions. This field can also be used for looking
// up previous proposals, however it will not be considered a reliable
// source for this information as data can be lost.
LastDuplicate String

// PaymentRef is a reference to the mechanism that the proposer
// will use to pay the miner. It should be verifiable by the
// miner using on-chain information.
Expand Down

0 comments on commit f883267

Please sign in to comment.