mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
refactor: Enable remaining clang-tidy cppcoreguidelines checks (#6538)
This commit is contained in:
@@ -181,7 +181,7 @@ STAmount::STAmount(SerialIter& sit, SField const& name) : STBase(name)
|
||||
}
|
||||
|
||||
STAmount::STAmount(SField const& name, std::int64_t mantissa)
|
||||
: STBase(name), mAsset(xrpIssue()), mOffset(0)
|
||||
: STBase(name), mAsset(xrpIssue()), mValue(0), mOffset(0), mIsNegative(false)
|
||||
{
|
||||
set(mantissa);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user