Skip to content

Commit 4958097

Browse files
committed
fix attribute name
1 parent cd9b91e commit 4958097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/db/prefixes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def __str__(self):
5858

5959

6060
class HashXHistoryValue(NamedTuple):
61-
hashXes: typing.List[int]
61+
tx_nums: typing.List[int]
6262

6363

6464
class BlockHashKey(NamedTuple):

0 commit comments

Comments
 (0)