ChluNetwork / chlu-ipfs-support

Support libs to talk to IPFS
MIT License
1 stars 1 forks source link

Store hash pointer to last review by the customer when creating a new review #32

Closed kulpreet closed 6 years ago

fazo96 commented 6 years ago

In the paper at paragraph 5.9.1 it says that the hash stored in a review is of the last review created by the same user even if it is not related to the same transaction, this is needed to make the approximate timestamping work.

In the title of this issue it says to store the pointer to the last review about the same transaction. We should point to the last review even if it is unrelated to the transaction right?

kulpreet commented 6 years ago

Yes, you are right. Good spot. Fixed title.