Details
- Reviewers
deadalnix Fabien - Group Reviewers
Restricted Project - Commits
- rSTAGINGcf9a8488eb62: Remove unused param from txmempool::estimateFee
rABCcf9a8488eb62: Remove unused param from txmempool::estimateFee
ninja check
test_runner.py rpc_estimatefee
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/qt/sendcoinsdialog.cpp | ||
---|---|---|
806 ↗ | (On Diff #7490) | Even if this is correct, it can look like a bug for the user. If the target number of block selected is changed, the labels keeps displaying that the target is the next block (and the fee amount won't change). |
src/qt/sendcoinsdialog.cpp | ||
---|---|---|
806 ↗ | (On Diff #7490) | Screenshot would be nice. |
Here are the screenshots
Before: fees not updating but block number matches the user selection
After: neither fee nor block number gets updated
src/qt/sendcoinsdialog.cpp | ||
---|---|---|
749 ↗ | (On Diff #7585) | Changing this requires to figure out the whole translation business. Maybe we do not want to translate it, but we need to at least update the translations files to reflect that change. |
src/qt/sendcoinsdialog.cpp | ||
---|---|---|
749 ↗ | (On Diff #7585) | hm I thought those files got auto generated as part of make but obviously that isn't true since there are none in this diff. |
Going to split out refreshing the translation strings for unrelated changes since it's rather large.
Going to split out refreshing the translation strings for unrelated changes since it's rather large.