Commit 5afbea8
committed
fix(send): preserve fee selection across a fee refresh
loadFees reset selectedFeeOption to Fastest on every call, silently clobbering a committed tier (or custom) when mempool rates refresh. Default to Fastest only on the first successful load; preserve the existing selection afterwards. The cache-clear was already gated on an actual rate change.1 parent 337b47b commit 5afbea8
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1179 | 1179 | | |
1180 | 1180 | | |
1181 | 1181 | | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
1182 | 1186 | | |
1183 | 1187 | | |
1184 | 1188 | | |
1185 | 1189 | | |
1186 | | - | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
1187 | 1193 | | |
1188 | 1194 | | |
1189 | 1195 | | |
| |||
0 commit comments