ccurl
ccurl copied to clipboard
Attachment timestamps not being updated
Hello! I am using this library with ccurl.interface.js. I have noticed that nodes started rejecting transactions due to incorrect timestamp, and I am wondering if this is the culprit
I compared the output of an IRI node vs the output of ccurl, here is the relevant parts of the result:
With ccurl:
timestamp: 1519851595, attachmentTimestamp: 0, attachmentTimestampLowerBound: 0, attachmentTimestampUpperBound: 0, nonce: 'G9A9999999FDF99999999999999'
With on-node POW (attachToTangle):
timestamp: 1519851467, attachmentTimestamp: 1519851467627, attachmentTimestampLowerBound: 0, attachmentTimestampUpperBound: 12, nonce: 'NFESPEHWSCQUGIXGSC9PBFGPWJV'
Apologies if I have this wrong...