From 67de3bce35de8158cd25750901a322cc02071c95 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 24 Nov 2023 23:33:59 -0800 Subject: Make xact hashes independent of posting order Also, support matching provided hashes against a prefixed of the generated hash. --- src/post.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/post.h') diff --git a/src/post.h b/src/post.h index 48093463..48b614bf 100644 --- a/src/post.h +++ b/src/post.h @@ -245,8 +245,6 @@ public: return const_cast(this)->reported_account(); } - virtual string hash(string nonce) const; - friend class xact_t; struct compare_by_date_and_sequence -- cgit v1.2.3