mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-13 00:48:05 +00:00
feat: upgrade to v0.4.11
This commit is contained in:
@@ -299,6 +299,9 @@ impl EventProcessor {
|
||||
let tx = transaction_with_slot.transaction;
|
||||
|
||||
let slot = transaction_with_slot.slot;
|
||||
if tx.signatures.is_empty() {
|
||||
return Ok(());
|
||||
}
|
||||
let signature = tx.signatures[0];
|
||||
let recv_us = transaction_with_slot.recv_us;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user