Skip to content

Commit e5dc4ea

Browse files
committed
Update userstats map
1 parent f6401cd commit e5dc4ea

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/driftpy/user_map/userstats_map.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ async def default_sync(self):
123123
Pubkey.from_string(pubkey), DataAndSlot(slot, data)
124124
)
125125
else:
126-
await self.update_user_stat(pubkey, DataAndSlot(slot, data))
126+
await self.update_user_stat(
127+
Pubkey.from_string(pubkey), DataAndSlot(slot, data)
128+
)
127129

128130
await asyncio.sleep(0)
129131

0 commit comments

Comments
 (0)