mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 13:45:48 +00:00
fix: remove duplicate SignerProvider binding from WalletFeatureDependencies
The merge silently combined two independent additions of the same dependency (my fun signerProvider() and Tron's val signerProvider) since they landed on non-conflicting lines - Dagger correctly caught this as [Dagger/DuplicateBindings]. Keeping Tron's val form, since it was already CI-verified on that branch.
This commit is contained in:
-2
@@ -131,8 +131,6 @@ interface WalletFeatureDependencies {
|
||||
|
||||
fun accountRepository(): AccountRepository
|
||||
|
||||
fun signerProvider(): SignerProvider
|
||||
|
||||
fun assetsDao(): AssetDao
|
||||
|
||||
fun tokenDao(): TokenDao
|
||||
|
||||
Reference in New Issue
Block a user