add pool txs db timestamp ms translation

This commit is contained in:
andrewprog97 2024-09-10 23:13:56 +03:00
parent 7c12c864c9
commit 1ace24540e

View file

@ -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