Merge branch 'ximinez/lending-XLS-66-2' into tapanito/lending-fix-overpayment

This commit is contained in:
Vito Tumas
2025-12-03 12:27:27 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -644,7 +644,7 @@ MPTTester::operator[](std::string const& name) const
}
PrettyAmount
MPTTester::operator()(std::uint64_t amount) const
MPTTester::operator()(std::int64_t amount) const
{
return MPT("", issuanceID())(amount);
}

View File

@@ -272,7 +272,7 @@ public:
operator[](std::string const& name) const;
PrettyAmount
operator()(std::uint64_t amount) const;
operator()(std::int64_t amount) const;
operator Asset() const;