We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefa611 commit e52f9cbCopy full SHA for e52f9cb
cats/unwind_the_bag.py
@@ -323,7 +323,7 @@ async def app(
323
324
batched_targets = batch_the_bag(targets, leaf_width)
325
326
- # dictionary of spends at each level of the tree so they can be batched
+ # Dictionary of spends at each level of the tree so they can be batched
327
# based on parents that have already been spent
328
level_coin_spends: dict[int, dict[str, CoinSpend]] = defaultdict(dict)
329
max_depth = 0
0 commit comments