mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-16 18:38:05 +00:00
Release v1.5.5 parser SDK sync
This commit is contained in:
@@ -139,7 +139,7 @@ async fn parse_local_ix_path(
|
||||
accounts.extend(address_table_lookups);
|
||||
|
||||
let slot = transaction.slot;
|
||||
let block_time = transaction.block_time.map(|t| Timestamp { seconds: t as i64, nanos: 0 });
|
||||
let block_time = transaction.block_time.map(|t| Timestamp { seconds: t, nanos: 0 });
|
||||
let bot_wallet = None;
|
||||
let tx_index = None;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user