mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Rename Account to AccountID
This commit is contained in:
committed by
Nik Bougalis
parent
e1cd1e9e32
commit
9dd08e4dab
@@ -78,7 +78,7 @@ Env::lookup (std::string const& base58ID) const
|
||||
}
|
||||
|
||||
Account const&
|
||||
Env::lookup (ripple::Account const& id) const
|
||||
Env::lookup (AccountID const& id) const
|
||||
{
|
||||
auto const iter = map_.find(id);
|
||||
if (iter == map_.end())
|
||||
|
||||
Reference in New Issue
Block a user