mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 23:15:52 +00:00
fixup! Rip out about half the code: levels, enforcement, and STAmount changes
This commit is contained in:
@@ -24,7 +24,6 @@ isPowerOfTen(T value)
|
||||
|
||||
class Number
|
||||
{
|
||||
private:
|
||||
using rep = std::int64_t;
|
||||
rep mantissa_{0};
|
||||
int exponent_{std::numeric_limits<int>::lowest()};
|
||||
|
||||
Reference in New Issue
Block a user