fabric-mock-stub
fabric-mock-stub copied to clipboard
Use Date.now() for getTxTimestamp on MockStub
You're initializing the timestamp here but it evaluates to 0 when consuming from StubHelper.getTxDate()
Use Date.now()
as a default value