mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user