Closed wes-smith closed 9 months ago
-passing date: null sets this.date to a dummy value which is then used to make sure proof.created is never added -added tests for passing date: null, passing a real date, and passing no date
date: null
this.date
proof.created
Fixes https://github.com/digitalbazaar/data-integrity/issues/27.
Needs a changelog entry.
-passing
date: null
setsthis.date
to a dummy value which is then used to make sureproof.created
is never added -added tests for passingdate: null
, passing a real date, and passing no date