minor change

Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
Pratik Mankawde
2026-06-02 19:11:25 +01:00
parent 6604093b3f
commit 6a8d5b32d6

View File

@@ -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;