mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-14 12:43:24 +02:00
Remove todo comment in unpack offer check squeak hash (#1169)
This commit is contained in:
parent
408ec42340
commit
2e77b01523
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ class SqueakCore:
|
|||
"""
|
||||
# Get the squeak hash
|
||||
squeak_hash = get_hash(squeak)
|
||||
# TODO: check if squeak hash matches squeak_hash in buy_offer.
|
||||
# Check if squeak hash matches squeak_hash in buy_offer.
|
||||
if squeak_hash != offer.squeak_hash:
|
||||
raise Exception("Squeak hash in offer {!r} does not match squeak hash {!r}.".format(
|
||||
offer.squeak_hash, squeak_hash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue