Merge branch 'ximinez/lending-refactoring-1' into ximinez/lending-refactoring-2

This commit is contained in:
Ed Hennis
2025-09-05 17:44:13 -04:00
committed by GitHub
5 changed files with 9 additions and 5 deletions

View File

@@ -361,7 +361,7 @@ ownerCount(test::jtx::Env const& env, test::jtx::Account const& account);
[[nodiscard]]
inline bool
checkVL(Slice const& result, std::string expected)
checkVL(Slice const& result, std::string const& expected)
{
Serializer s;
s.addRaw(result);

View File

@@ -181,7 +181,7 @@ struct PrettyAsset
{
private:
Asset asset_;
std::uint64_t scale_;
std::uint32_t scale_;
public:
template <typename A>

View File

@@ -29,7 +29,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <fstream>
namespace ripple {
namespace detail {
/**