mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
minor change
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
@@ -854,8 +854,8 @@ STAmount::canonicalize()
|
||||
set(MPTAmount{num});
|
||||
}
|
||||
else
|
||||
{ // LCOV_EXCL_LINE here
|
||||
Throw<std::runtime_error>("Unknown integral asset type");
|
||||
{
|
||||
Throw<std::runtime_error>("Unknown integral asset type"); // LCOV_EXCL_LINE
|
||||
}
|
||||
offset_ = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user