mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove dead code. Change unit tests to compensate.
This commit is contained in:
@@ -313,7 +313,7 @@ static SHAMapItem::pointer makeRandomAS()
|
||||
Serializer s;
|
||||
for(int d=0; d<3; d++)
|
||||
s.add32(rand());
|
||||
return boost::make_shared<SHAMapItem>(s.getRIPEMD160(), s.peekData());
|
||||
return boost::make_shared<SHAMapItem>(s.getRIPEMD160().to256(), s.peekData());
|
||||
}
|
||||
|
||||
static bool confuseMap(SHAMap &map, int count)
|
||||
|
||||
Reference in New Issue
Block a user