Additional unit tests for testing deletion of trust lines (#4886)

This commit is contained in:
Chenna Keshava B S
2024-06-13 11:44:39 -07:00
committed by GitHub
parent 58f3abe3c6
commit 263e984bf4
2 changed files with 241 additions and 0 deletions

View File

@@ -39,6 +39,10 @@ trust(Account const& account, STAmount const& amount, std::uint32_t flags)
return jv;
}
// This function overload is especially useful for modelling Authorised trust
// lines. account (first function parameter) is the issuing authority, it
// authorises peer (third function parameter) to hold a certain currency
// (amount, the second function parameter)
Json::Value
trust(
Account const& account,