mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Inject Application:
Calls to getApp are replaced with dependency injections.
This commit is contained in:
committed by
Edward Hennis
parent
f4fe55caff
commit
9b787434c9
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user