This commit is contained in:
jejolare 2024-09-09 18:08:21 +07:00
parent de897c229b
commit c6bdb12e4d

View file

@ -1453,7 +1453,7 @@ export const io = new Server(server, { transports: ['websocket', 'polling'] });
const txInserts = response.data.result.txs.map(tx => ({
blob_size: tx.blob_size,
fee: tx.fee,
id: tx.id,
tx_id: tx.id,
timestamp: tx.timestamp
}));