Commit fd2eed5
committed
#137 bug fix with RUB funds access. Implemented safer dictionary handling.
Replaced conditional checks with a single safe `.get` access for retrieving RUB funds. This ensures default values are applied when keys are missing, reducing code complexity and potential errors.1 parent 86192ff commit fd2eed5
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2264 | 2264 | | |
2265 | 2265 | | |
2266 | 2266 | | |
2267 | | - | |
2268 | | - | |
2269 | | - | |
2270 | | - | |
2271 | | - | |
| 2267 | + | |
2272 | 2268 | | |
2273 | 2269 | | |
2274 | 2270 | | |
| |||
0 commit comments