storj/storagenode/orders/ordersfile
Moby von Briesen 2fbb4095b2 storagenode/orders/ordersfile: Handle remaining pb.Unmarshal errors
Missed one case of Unmarshal in the previous commit for V0 files (0f4e4969b7)
In V1, unmarshalling was being attempted before the checksum was
verified, so this commit moves those calls to the end of the V1 ReadOne
function.

Change-Id: Ic0b49f0bbc91fb61fb28af6003060994d0af22ed
2020-10-26 20:27:05 +00:00
..
common.go storagenode/orders: Add V1 orders file 2020-10-14 15:04:33 +00:00
v0.go storagenode/orders/ordersfile: Handle remaining pb.Unmarshal errors 2020-10-26 20:27:05 +00:00
v1.go storagenode/orders/ordersfile: Handle remaining pb.Unmarshal errors 2020-10-26 20:27:05 +00:00