Commit 897034a
fix: dedupe IStakeManager.deposit after master merge
The branch's IStakeManager (and its mock) add deposit() that new master also
declares — on the old base there was no clash, but rebased onto current master
the two collide into a duplicate function definition that fails to compile.
Remove the redundant declaration; a single deposit()/instantWithdraw() remains.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 193716e commit 897034a
2 files changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 12 | | |
16 | 13 | | |
17 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| |||
0 commit comments