box message

This commit is contained in:
GroovieGermanikus 2023-12-20 09:06:16 +01:00
parent 4b809a8ca7
commit 7481e29b64
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ where
match payload {
GeyserSubscribeUpdate(update) => {
// take only the update messages we want
if let Some((proposed_slot, block)) = extractor.map_yellowstone_update(update) {
if let Some((proposed_slot, block)) = extractor.map_yellowstone_update(*update) {
if proposed_slot > tip {
tip = proposed_slot;
yield block;