mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Additional unit tests for testing deletion of trust lines (#4886)
This commit is contained in:
committed by
GitHub
parent
58f3abe3c6
commit
263e984bf4
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user