Skip to content

Commit f883267

Browse files
Merge pull request ipld#137 from filecoin-project/del/dup
rm dup protection from deal proposals
2 parents 7354bd9 + 48b781c commit f883267

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

network-protocols.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,6 @@ type StorageDealProposal struct {
8787
// Duration is how long the file should be stored for
8888
Duration NumBlocks
8989

90-
// LastDuplicate is a string of the CID of the last proposal created with
91-
// identical values. This field effectively changes the CID of the current
92-
// proposal, preventing collisions. This field can also be used for looking
93-
// up previous proposals, however it will not be considered a reliable
94-
// source for this information as data can be lost.
95-
LastDuplicate String
96-
9790
// PaymentRef is a reference to the mechanism that the proposer
9891
// will use to pay the miner. It should be verifiable by the
9992
// miner using on-chain information.

0 commit comments

Comments
 (0)