Add one more todo

This commit is contained in:
jkelaty 2024-12-06 09:30:10 -08:00
parent 4f9d75a07e
commit 4c86dbcd40

View file

@ -74,6 +74,7 @@ def convertToSnapshot(data):
stringToSnapshotIndex = {}
def getUniqueId(address):
# TODO: we should hash this to an int32 instead of using the address directly
# Addresses are hexadecimal strings
return int(address, 16)