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/xact.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xact.h') diff --git a/src/xact.h b/src/xact.h index 4c6fcd73..2118c390 100644 --- a/src/xact.h +++ b/src/xact.h @@ -128,7 +128,7 @@ public: virtual bool valid() const; - virtual string hash(string nonce) const; + string hash(string nonce) const; }; class auto_xact_t : public xact_base_t -- cgit v1.2.3