pool fix
This commit is contained in:
parent
de897c229b
commit
c6bdb12e4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue