mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Bugfix.
This commit is contained in:
@@ -147,7 +147,7 @@ std::string STVariableLength::getText() const
|
||||
|
||||
STVariableLength* STVariableLength::construct(SerializerIterator& u, const char *name)
|
||||
{
|
||||
return new STVariableLength(u.getVL());
|
||||
return new STVariableLength(name, u.getVL());
|
||||
}
|
||||
|
||||
int STVariableLength::getLength() const
|
||||
|
||||
Reference in New Issue
Block a user