mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix STAccount::setValueH160.
This commit is contained in:
@@ -219,7 +219,7 @@ bool STAccount::isValueH160() const
|
||||
|
||||
void STAccount::setValueH160(const uint160& v)
|
||||
{
|
||||
peekValue().empty();
|
||||
peekValue().clear();
|
||||
peekValue().insert(peekValue().end(), v.begin(), v.end());
|
||||
assert(peekValue().size() == (160/8));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user