mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Make this compile.
This commit is contained in:
@@ -889,7 +889,7 @@ STAmount STAmount::convertToInternalAmount(uint64 displayAmount, uint64 totalNow
|
||||
|
||||
STAmount STAmount::deserialize(SerializerIterator& it)
|
||||
{
|
||||
STAmount *s = construct(it);
|
||||
STAmount *s = construct(it, sfGeneric);
|
||||
STAmount ret(*s);
|
||||
|
||||
delete s;
|
||||
|
||||
Reference in New Issue
Block a user