mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 19:25:53 +00:00
fix assert
This commit is contained in:
@@ -41,7 +41,7 @@ BackendInterface::writeLedgerObject(
|
||||
uint32_t seq,
|
||||
std::string&& blob) const
|
||||
{
|
||||
assert(key.size() == sizeof(rippled::uint256));
|
||||
assert(key.size() == sizeof(ripple::uint256));
|
||||
ripple::uint256 key256 = ripple::uint256::fromVoid(key.data());
|
||||
indexer_.addKey(std::move(key256));
|
||||
doWriteLedgerObject(std::move(key), seq, std::move(blob));
|
||||
|
||||
Reference in New Issue
Block a user