mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Merge branch 'ximinez/lending-refactoring-4' into ximinez/lending-XLS-66
This commit is contained in:
@@ -637,7 +637,7 @@ inline std::string
|
||||
to_short_string(base_uint<Bits, Tag> const& a)
|
||||
{
|
||||
// LCOV_EXCL_START
|
||||
if constexpr (a.bytes <= 4)
|
||||
if constexpr (base_uint<Bits, Tag>::bytes <= 4)
|
||||
return to_string(a);
|
||||
else
|
||||
// LCOV_EXCL_STOP
|
||||
|
||||
Reference in New Issue
Block a user