Skip to content

Commit

Permalink
narrow to bytes32 hinting in DataStore.insert_batch()
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Jan 24, 2025
1 parent 38694fe commit 7ba3a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/data_layer/data_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ async def insert_batch(
last_action[hash] = change["action"]

batch_keys_values: list[tuple[KVId, KVId]] = []
batch_hashes: list[bytes] = []
batch_hashes: list[bytes32] = []

for change in changelist:
if change["action"] == "insert":
Expand Down

0 comments on commit 7ba3a99

Please sign in to comment.