mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-24 23:50:18 +00:00
Fix compiler warnings (#306)
This commit is contained in:
@@ -19,7 +19,6 @@ BackendInterface::writeLedgerObject(
|
||||
std::string&& blob)
|
||||
{
|
||||
assert(key.size() == sizeof(ripple::uint256));
|
||||
ripple::uint256 key256 = ripple::uint256::fromVoid(key.data());
|
||||
doWriteLedgerObject(std::move(key), seq, std::move(blob));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user