mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Rename Account to AccountID
This commit is contained in:
committed by
Nik Bougalis
parent
e1cd1e9e32
commit
9dd08e4dab
@@ -87,9 +87,9 @@ STPathSet::STPathSet (SerialIter& sit, SField const& name)
|
||||
auto hasCurrency = iType & STPathElement::typeCurrency;
|
||||
auto hasIssuer = iType & STPathElement::typeIssuer;
|
||||
|
||||
Account account;
|
||||
AccountID account;
|
||||
Currency currency;
|
||||
Account issuer;
|
||||
AccountID issuer;
|
||||
|
||||
if (hasAccount)
|
||||
account.copyFrom (sit.get160 ());
|
||||
@@ -135,8 +135,8 @@ STPathSet::isEquivalent (const STBase& t) const
|
||||
|
||||
bool
|
||||
STPath::hasSeen (
|
||||
Account const& account, Currency const& currency,
|
||||
Account const& issuer) const
|
||||
AccountID const& account, Currency const& currency,
|
||||
AccountID const& issuer) const
|
||||
{
|
||||
for (auto& p: mPath)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user