Commit 3d3d63c
fix: resolve post-rebase compilation breaks
- BrokerLiquidator: drop duplicate receive() — master's d309fdc and the
branch each declared an identical receive(); Solidity allows only one.
The documented receive() at the end of the contract is kept, so the
liquidator can still receive native BNB.
- BatchManagementUtils.t.sol: update _deployBroker() to the new LendingBroker
2-arg constructor and 8-arg initialize (RELAYER/ORACLE moved from
immutables to storage in 22bb8cf).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 7701280 commit 3d3d63c
2 files changed
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | 90 | | |
93 | 91 | | |
94 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
167 | 177 | | |
168 | 178 | | |
169 | 179 | | |
| |||
0 commit comments