mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 10:35:50 +00:00
Rename Account to AccountID
This commit is contained in:
committed by
Nik Bougalis
parent
e1cd1e9e32
commit
9dd08e4dab
@@ -89,7 +89,7 @@ Json::Value doGatewayBalances (RPC::Context& context)
|
||||
auto accountID = naAccount.getAccountID();
|
||||
|
||||
// Parse the specified hotwallet(s), if any
|
||||
std::set <Account> hotWallets;
|
||||
std::set <AccountID> hotWallets;
|
||||
|
||||
if (params.isMember ("hotwallet"))
|
||||
{
|
||||
@@ -138,8 +138,8 @@ Json::Value doGatewayBalances (RPC::Context& context)
|
||||
}
|
||||
|
||||
std::map <Currency, STAmount> sums;
|
||||
std::map <Account, std::vector <STAmount>> hotBalances;
|
||||
std::map <Account, std::vector <STAmount>> assets;
|
||||
std::map <AccountID, std::vector <STAmount>> hotBalances;
|
||||
std::map <AccountID, std::vector <STAmount>> assets;
|
||||
|
||||
// Traverse the cold wallet's trust lines
|
||||
forEachItem(*ledger, accountID, getApp().getSLECache(),
|
||||
|
||||
Reference in New Issue
Block a user