mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 06:55:50 +00:00
fixup! Rip out about half the code: levels, enforcement, and STAmount changes
This commit is contained in:
@@ -56,18 +56,6 @@ public:
|
||||
bool
|
||||
isDefault() const override;
|
||||
|
||||
/// Sets the flag on the underlying number
|
||||
void
|
||||
setIsInteger(bool isInteger);
|
||||
|
||||
/// Gets the flag value on the underlying number
|
||||
bool
|
||||
isInteger() const noexcept;
|
||||
|
||||
/// Checks the underlying number
|
||||
bool
|
||||
valid() const noexcept;
|
||||
|
||||
operator Number() const
|
||||
{
|
||||
return value_;
|
||||
|
||||
Reference in New Issue
Block a user