mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-08 11:59:23 +00:00
Fix for AddressResolver in di
This commit is contained in:
parent
bfa904f12d
commit
83245b2037
1 changed files with 0 additions and 1 deletions
|
@ -668,7 +668,6 @@ Future setup(
|
|||
|
||||
getIt.registerFactoryParam<FullscreenQRPage, String, bool>(
|
||||
(String qrData, bool isLight) => FullscreenQRPage(qrData: qrData, isLight: isLight,));
|
||||
getIt.registerFactory(() => AddressResolver(yatService: getIt.get<YatService>()));
|
||||
|
||||
getIt.registerFactory(() => IoniaApi());
|
||||
|
||||
|
|
Loading…
Reference in a new issue