mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix warnings and compile errors
This commit is contained in:
@@ -71,7 +71,7 @@ public:
|
||||
std::array <std::uint8_t, RippleLedgerHash::size> buf;
|
||||
fillrand (buf.data(), buf.size(), gen);
|
||||
RippleLedgerHash h (buf.data(), buf.data() + buf.size());
|
||||
auto const result (table.insert (std::make_pair (h, Entry())));
|
||||
table.insert (std::make_pair (h, Entry()));
|
||||
}
|
||||
pass();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user