Merge pull request #6980 from AlphaWallet/remove-wrong-comment

Remove (now) erroneous comment
pull/6981/head
Hwee-Boon Yar 1 year ago committed by GitHub
commit 9d84a3eb48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      modules/AlphaWalletFoundation/AlphaWalletFoundation/Transactions/BlockscoutBlockchainExplorer.swift

@ -300,7 +300,6 @@ class BlockscoutBlockchainExplorer: BlockchainExplorer {
//For avoid being rate limited
private func randomDelay() -> Int {
//TODO delay doesn't seem necessary because we aren't rate limited like by Etherscan
return Int.random(in: 2...10)
}
}

Loading…
Cancel
Save