2 parents 7354bd9 + 48b781c commit f883267Copy full SHA for f883267
1 file changed
network-protocols.md
@@ -87,13 +87,6 @@ type StorageDealProposal struct {
87
// Duration is how long the file should be stored for
88
Duration NumBlocks
89
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
-
97
// PaymentRef is a reference to the mechanism that the proposer
98
// will use to pay the miner. It should be verifiable by the
99
// miner using on-chain information.
0 commit comments