Fix reorg error log #12925
Merged
Fix reorg error log #12925
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (master)
succeeded
Apr 24, 2024 in 48s
CodeScene PR Check
✅ Code Health Quality Gates: OK
- Declining Code Health: 1 findings(s) 🚩
Details
🚩 Declining Code Health (highest to lowest):
- Complex Method SatoshiSynchronizer.cs: ExecuteAsync
Annotations
Check warning on line 140 in WalletWasabi/Services/SatoshiSynchronizer.cs
codescene-delta-analysis / CodeScene Cloud Delta Analysis (master)
❌ Getting worse: Complex Method
ExecuteAsync already has high cyclomatic complexity, and now it increases in Lines of Code from 119 to 126. This function has many conditional statements (e.g. if, for, while), leading to lower code health. Avoid adding more conditionals and code to it without refactoring.
Loading