diff --git a/include/xrpl/beast/hash/xxhasher.h b/include/xrpl/beast/hash/xxhasher.h index 4456ef947f..d5e71aecd9 100644 --- a/include/xrpl/beast/hash/xxhasher.h +++ b/include/xrpl/beast/hash/xxhasher.h @@ -180,6 +180,9 @@ public: explicit operator HashType() noexcept { +#if ORIGINAL_HASH + return XXH3_64bits_digest(_state); +#endif if (readBuffer_.size() == 0) return 0; #if PROFILING