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