Merge pull request #6972 from AlphaWallet/reenable-separate-token-detection

Enable separate tokens detection again
pull/6973/head
Hwee-Boon Yar 1 year ago committed by GitHub
commit 9a2ca9a372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/AlphaWalletFoundation/AlphaWalletFoundation/Tokens/ClientSideTokenSourceProvider.swift

@ -92,7 +92,7 @@ public class ClientSideTokenSourceProvider: TokenSourceProvider {
.store(in: &cancelable) .store(in: &cancelable)
//NOTE: disabled as delating instances from db caused crash //NOTE: disabled as delating instances from db caused crash
//tokensAutodetector.start() tokensAutodetector.start()
balanceFetcher.delegate = self balanceFetcher.delegate = self
} }

Loading…
Cancel
Save