mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add constexpr constructor for base_uint
This commit is contained in:
committed by
Nik Bougalis
parent
95426efb8a
commit
85307b29d0
@@ -116,7 +116,6 @@ class AccountCurrencies_test : public beast::unit_test::suite
|
||||
result[fld].size() == expected.size();
|
||||
for (size_t i = 0; stat && i < expected.size(); ++i)
|
||||
{
|
||||
Currency foo;
|
||||
stat &=
|
||||
(to_string(expected[i].value().currency) ==
|
||||
result[fld][i].asString());
|
||||
|
||||
Reference in New Issue
Block a user