1 2016-09-07 10:23:04 <flyingkiwi> Can someone clarify why the radio button "radioCustomAtLeast" is disabled when no inputs are choosen manually ('&& CoinControlDialog::coinControl->HasSelected()')?
 2 2016-09-07 10:23:04 <flyingkiwi> https://github.com/bitcoin/bitcoin/blob/62a5a8a01866b2af2c93125c6501538a3feab724/src/qt/sendcoinsdialog.cpp#L582
 3 2016-09-07 10:23:04 <flyingkiwi> I mean: why should I only be able to choose "custom at least fee" when I've manually choosen inputs? I don't get the idea behind that.
 4 2016-09-07 10:25:52 <flyingkiwi> jonasschnelli who changed that line in ff723da6f67d6d597c0118162fb709e962b1e2fe commented: "- Only display the minimum absolute fee control if CoinControl is enabled"
 5 2016-09-07 13:40:40 <jonasschnelli> flyingkiwi: I think this is the case to only allow "custom at least fee" for expert users (= users who have enabled CoinControl)....
 6 2016-09-07 13:42:22 <jonasschnelli> Although, IMO it should be in the coin-control dialog... though, could result in a non-understanable UI
 7 2016-09-07 14:52:15 <moli> there're 3 choices for "Custom fee", i don't see the need for the radio button "total at least..."
 8 2016-09-07 15:02:03 <flyingkiwi> jonasschnelli, you got me wrong. Its 100% okay to show it only to experts. I just don't get why the button is gay (disabled/setEnabled false) until I select some inputs.
 9 2016-09-07 15:02:29 <flyingkiwi> omg. I dont wanna say gay buttons are disabled. Gray. I mean gray
10 2016-09-07 15:06:43 <moli> lol
11 2016-09-07 15:07:10 <moli> i think the transaction fee screen could use some cleanup
12 2016-09-07 15:07:33 <moli> i've seen people confused about bit
13 2016-09-07 15:07:40 <moli> er s/bit/it
14 2016-09-07 18:43:41 <kanzure> bip141 links on https://bitcoin.org/en/release/v0.13.0 seem to not be rendering