Commit 46fb6e4
authored
Fix feePool upgrade logic past p24 (#4984)
# Description
The fee pool upgrade should only be applied for p24.
<!---
Describe what this pull request does, which issue it's resolving
(usually applicable for code changes).
--->
# Checklist
- [ ] Reviewed the
[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)
document
- [ ] Rebased on top of master (no merge commits)
- [ ] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio
extension)
- [ ] Compiles
- [ ] Ran all tests
- [ ] If change impacts performance, include supporting evidence per the
[performance
document](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)2 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1240 | 1240 | | |
1241 | 1241 | | |
1242 | 1242 | | |
1243 | | - | |
| 1243 | + | |
| 1244 | + | |
1244 | 1245 | | |
1245 | 1246 | | |
1246 | 1247 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2691 | 2691 | | |
2692 | 2692 | | |
2693 | 2693 | | |
2694 | | - | |
| 2694 | + | |
| 2695 | + | |
2695 | 2696 | | |
2696 | 2697 | | |
2697 | 2698 | | |
| |||
2708 | 2709 | | |
2709 | 2710 | | |
2710 | 2711 | | |
| 2712 | + | |
| 2713 | + | |
| 2714 | + | |
| 2715 | + | |
| 2716 | + | |
2711 | 2717 | | |
| 2718 | + | |
2712 | 2719 | | |
2713 | 2720 | | |
2714 | 2721 | | |
| |||
0 commit comments