Commit 55d0eed
committed
Minor adjustment to fee rate handling in RBF fee bumping
Use user-provided fee rate for bumping transaction and return an error if
it is too low, otherwise use system estimated fee rate and retry mechanism.
Also switches the RBF test to use `random_chain_source`, and removes unnecessary
sleep-based waits.1 parent 2f5a966 commit 55d0eed
2 files changed
Lines changed: 27 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
382 | | - | |
| 381 | + | |
| 382 | + | |
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
| |||
1042 | 1042 | | |
1043 | 1043 | | |
1044 | 1044 | | |
| 1045 | + | |
| 1046 | + | |
| 1047 | + | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
1045 | 1055 | | |
1046 | 1056 | | |
1047 | 1057 | | |
| |||
1125 | 1135 | | |
1126 | 1136 | | |
1127 | 1137 | | |
1128 | | - | |
1129 | | - | |
| 1138 | + | |
1130 | 1139 | | |
1131 | 1140 | | |
1132 | 1141 | | |
1133 | 1142 | | |
1134 | | - | |
| 1143 | + | |
| 1144 | + | |
1135 | 1145 | | |
1136 | 1146 | | |
1137 | 1147 | | |
| |||
1156 | 1166 | | |
1157 | 1167 | | |
1158 | 1168 | | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
1159 | 1180 | | |
1160 | 1181 | | |
1161 | 1182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2466 | 2466 | | |
2467 | 2467 | | |
2468 | 2468 | | |
2469 | | - | |
| 2469 | + | |
2470 | 2470 | | |
2471 | 2471 | | |
2472 | 2472 | | |
| |||
2516 | 2516 | | |
2517 | 2517 | | |
2518 | 2518 | | |
2519 | | - | |
2520 | | - | |
2521 | | - | |
2522 | 2519 | | |
2523 | 2520 | | |
2524 | 2521 | | |
| |||
2557 | 2554 | | |
2558 | 2555 | | |
2559 | 2556 | | |
2560 | | - | |
2561 | | - | |
2562 | | - | |
2563 | 2557 | | |
2564 | 2558 | | |
2565 | 2559 | | |
| |||
0 commit comments