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
@@ -528,7 +528,7 @@ static boost::optional<detail::STVar> parseLeaf (
|
||||
Json::Value const& currency = pathEl["currency"];
|
||||
Json::Value const& issuer = pathEl["issuer"];
|
||||
bool hasCurrency = false;
|
||||
Account uAccount, uIssuer;
|
||||
AccountID uAccount, uIssuer;
|
||||
Currency uCurrency;
|
||||
|
||||
if (! account.isNull ())
|
||||
@@ -623,7 +623,7 @@ static boost::optional<detail::STVar> parseLeaf (
|
||||
|
||||
try
|
||||
{
|
||||
Account account;
|
||||
AccountID account;
|
||||
if (!account.SetHexExact (strValue))
|
||||
{
|
||||
RippleAddress a;
|
||||
|
||||
Reference in New Issue
Block a user