diff --git a/squeaknode/core/squeak_core.py b/squeaknode/core/squeak_core.py index 63760115..e026971e 100644 --- a/squeaknode/core/squeak_core.py +++ b/squeaknode/core/squeak_core.py @@ -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