Revert "Add integer enforcement when converting to XRP/MPTAmount to Number"

This reverts commit b605a2cdcc.
This commit is contained in:
Ed Hennis
2025-11-12 19:15:06 -05:00
parent 814577758f
commit 1b4e18a1a7
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ public:
operator Number() const noexcept
{
return {value(), Number::strong};
return value();
}
/** Return the sign of the amount */