Fix: Detection for ERC721 for tickets fires completion handler twice, the first time saying that it's a normal ERC721 token. Causing the token in wallet tab to briefly show the balance as 0 before showing the correct balance

pull/1582/head
Hwee-Boon Yar 5 years ago
parent 069fba8b9c
commit 51c534688a
  1. 1
      AlphaWallet/Tokens/Coordinators/GetIsERC721ForTicketsContractCoordinator.swift

@ -18,6 +18,5 @@ class GetIsERC721ForTicketsContractCoordinator {
completion(.success(false))
}
}
completion(.success(false))
}
}

Loading…
Cancel
Save