Inject Application:

Calls to getApp are replaced with dependency injections.
This commit is contained in:
Vinnie Falco
2015-09-14 14:25:23 -07:00
committed by Edward Hennis
parent f4fe55caff
commit 9b787434c9
132 changed files with 1203 additions and 1063 deletions

View File

@@ -34,8 +34,6 @@ std::string STAccount::getText () const
RippleAddress a;
if (! getValueH160 (u))
return STBlob::getText ();
// VFALCO This should use getApp().accountIDCache()
// Maybe pass the cache in?
return toBase58(u);
}