From 1ace24540e89d50bef46ee495fbb37e1d8c9482b Mon Sep 17 00:00:00 2001 From: andrewprog97 Date: Tue, 10 Sep 2024 23:13:56 +0300 Subject: [PATCH] add pool txs db timestamp ms translation --- server/server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/server.ts b/server/server.ts index 4350e71..61d72c7 100644 --- a/server/server.ts +++ b/server/server.ts @@ -1454,7 +1454,7 @@ export const io = new Server(server, { transports: ['websocket', 'polling'] }); blob_size: tx.blob_size, fee: tx.fee, tx_id: tx.id, - timestamp: tx.timestamp + timestamp: tx.timestamp * 1e3, })); // Insert the new transactions into the pool