mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Merge branch 'ximinez/lending-XLS-66-ongoing' into ximinez/lending-vault-payments
This commit is contained in:
@@ -644,7 +644,7 @@ MPTTester::operator[](std::string const& name) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
PrettyAmount
|
PrettyAmount
|
||||||
MPTTester::operator()(std::uint64_t amount) const
|
MPTTester::operator()(std::int64_t amount) const
|
||||||
{
|
{
|
||||||
return MPT("", issuanceID())(amount);
|
return MPT("", issuanceID())(amount);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -272,7 +272,7 @@ public:
|
|||||||
operator[](std::string const& name) const;
|
operator[](std::string const& name) const;
|
||||||
|
|
||||||
PrettyAmount
|
PrettyAmount
|
||||||
operator()(std::uint64_t amount) const;
|
operator()(std::int64_t amount) const;
|
||||||
|
|
||||||
operator Asset() const;
|
operator Asset() const;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user