Commit d122838
committed
fix: make getCoreBalance/getEvmBalance public on ServerManager
Both methods are called by the accounts route (/fund polling loop) which
accesses them via the public manager handle. TypeScript correctly rejected
the private access with TS2341 errors, breaking the CI type-check job.1 parent d54af08 commit d122838
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1033 | 1033 | | |
1034 | 1034 | | |
1035 | 1035 | | |
1036 | | - | |
| 1036 | + | |
1037 | 1037 | | |
1038 | 1038 | | |
1039 | 1039 | | |
| |||
1071 | 1071 | | |
1072 | 1072 | | |
1073 | 1073 | | |
1074 | | - | |
| 1074 | + | |
1075 | 1075 | | |
1076 | 1076 | | |
1077 | 1077 | | |
| |||
0 commit comments