mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Report frozen lines in gateway_balances(RIPD-1217):
* Report lines frozen by the gateway separately * Add unit test for gateway_balances * Clean up some existing code
This commit is contained in:
@@ -172,6 +172,7 @@ JSS ( flags ); // out: paths/Node, AccountOffers,
|
||||
JSS ( forward ); // in: AccountTx
|
||||
JSS ( freeze ); // out: AccountLines
|
||||
JSS ( freeze_peer ); // out: AccountLines
|
||||
JSS ( frozen_balances ); // out: GatewayBalances
|
||||
JSS ( full ); // in: LedgerClearer, handlers/Ledger
|
||||
JSS ( full_reply ); // out: PathFind
|
||||
JSS ( fullbelow_size ); // in: GetCounts
|
||||
@@ -184,6 +185,7 @@ JSS ( have_header ); // out: InboundLedger
|
||||
JSS ( have_state ); // out: InboundLedger
|
||||
JSS ( have_transactions ); // out: InboundLedger
|
||||
JSS ( hostid ); // out: NetworkOPs
|
||||
JSS ( hotwallet ); // in: GatewayBalances
|
||||
JSS ( id ); // websocket.
|
||||
JSS ( ident ); // in: AccountCurrencies, AccountInfo,
|
||||
// OwnerInfo
|
||||
|
||||
Reference in New Issue
Block a user