Skip to content

Commit e52f9cb

Browse files
committed
Undo somewhat misplaces rename
1 parent fefa611 commit e52f9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cats/unwind_the_bag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ async def app(
323323

324324
batched_targets = batch_the_bag(targets, leaf_width)
325325

326-
# dictionary of spends at each level of the tree so they can be batched
326+
# Dictionary of spends at each level of the tree so they can be batched
327327
# based on parents that have already been spent
328328
level_coin_spends: dict[int, dict[str, CoinSpend]] = defaultdict(dict)
329329
max_depth = 0

0 commit comments

Comments
 (0)