Page MenuHomePhabricator

fix Qt crash
ClosedPublic

Authored by markblundeberg on Feb 16 2019, 03:02.

Details

Reviewers
deadalnix
jasonbcox
Group Reviewers
Restricted Project
Commits
rSTAGINGeafa2b46d818: fix Qt crash
rABCeafa2b46d818: fix Qt crash
Summary

introduced in D2322 backport

Didn't affect most people, only those who had custom fee selected (which required using Coin Control)

Workaround for affected users: change nCustomFeeRadio=1 to nCustomFeeRadio=0 in the ~/.config/BitcoinABC/<whatever>.conf file.

same fix was also required in core: https://github.com/bitcoin/bitcoin/pull/11332

Test Plan

it runs now!

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Feb 16 2019, 03:22
This revision was automatically updated to reflect the committed changes.