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