add pool txs db timestamp ms translation
This commit is contained in:
parent
7c12c864c9
commit
1ace24540e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue