Skip to content

Commit

Permalink
correct value for start epoch (#714)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Sutula <hi@asutula.com>
  • Loading branch information
asutula authored Nov 21, 2020
1 parent 4add4ae commit 2e43f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/server/user/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func toRPCJob(job ffs.StorageJob) (*userPb.StorageJob, error) {
PricePerEpoch: item.PricePerEpoch,
ProposalCid: item.ProposalCid.String(),
Size: item.Size,
StartEpoch: item.Size,
StartEpoch: item.StartEpoch,
StateId: item.StateID,
StateName: item.StateName,
}
Expand Down

0 comments on commit 2e43f9b

Please sign in to comment.