From 2e77b015231a9029bfbb04ce71f58e069d6866cc Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Fri, 3 Sep 2021 10:50:00 -0700 Subject: [PATCH] Remove todo comment in unpack offer check squeak hash (#1169) --- squeaknode/core/squeak_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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