diff --git a/packages/storage-layer-torus/src/TorusStorageLayer.ts b/packages/storage-layer-torus/src/TorusStorageLayer.ts index ca0f1c493..6bc04eb5e 100644 --- a/packages/storage-layer-torus/src/TorusStorageLayer.ts +++ b/packages/storage-layer-torus/src/TorusStorageLayer.ts @@ -172,7 +172,7 @@ class TorusStorageLayer implements IStorageLayer { let namespace = "tkey"; const setTKeyStore = { data: message, - timestamp: new BN(~~((this.serverTimeOffset + Date.now()) / 1000)).toString(16), + timestamp: new BN(~~(this.serverTimeOffset + Date.now() / 1000)).toString(16), }; // Overwrite bulk_set to allow deleting nonce v2 together with creating tKey.