From 4958097b668dfd5b4180b69bb8e7d75fdf05c2a1 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Fri, 26 Aug 2022 10:47:35 -0400 Subject: [PATCH] fix attribute name --- hub/db/prefixes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/db/prefixes.py b/hub/db/prefixes.py index 103ac14..fbf73f1 100644 --- a/hub/db/prefixes.py +++ b/hub/db/prefixes.py @@ -58,7 +58,7 @@ class HashXHistoryKey(NamedTuple): class HashXHistoryValue(NamedTuple): - hashXes: typing.List[int] + tx_nums: typing.List[int] class BlockHashKey(NamedTuple):