From 09abafd8d6c23f55de020021f1b30971153223dc Mon Sep 17 00:00:00 2001 From: JCW Date: Thu, 22 May 2025 08:52:49 +0100 Subject: [PATCH] update --- include/xrpl/beast/hash/xxhasher.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/xrpl/beast/hash/xxhasher.h b/include/xrpl/beast/hash/xxhasher.h index 43a9ac2f49..c1984279ad 100644 --- a/include/xrpl/beast/hash/xxhasher.h +++ b/include/xrpl/beast/hash/xxhasher.h @@ -83,6 +83,7 @@ public: state_ = allocState(); XXH3_64bits_reset_withSeed(state_, seed); seed_ = seed; + writeSpan_ = buffer_; } template < @@ -93,6 +94,7 @@ public: state_ = allocState(); XXH3_64bits_reset_withSeed(state_, seed); seed_ = seed; + writeSpan_ = buffer_; } void