mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Implement NoRipple transaction and trust line flags.
This commit is contained in:
@@ -1109,6 +1109,10 @@ Json::Value RPCHandler::doAccountLines (Json::Value params, LoadType* loadType,
|
||||
jPeer["authorized"] = true;
|
||||
if (line->getAuthPeer())
|
||||
jPeer["peer_authorized"] = true;
|
||||
if (line->getNoRipple())
|
||||
jPeer["no_ripple"] = true;
|
||||
if (line->getNoRipplePeer())
|
||||
jPeer["no_ripple_peer"] = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user