I didn't yet check in detail, but is the Qt setting for setting the fee still working? IMHO there could be something wrong now after Gavins recent fee handling changes.
It seems nTransactionFee is now only used in optionsmodel.cpp.
I didn't yet check in detail, but is the Qt setting for setting the fee still working? IMHO there could be something wrong now after Gavins recent fee handling changes.
It seems nTransactionFee is now only used in optionsmodel.cpp.
It works for me so far. nTransactionFee has been replaced with payTxFee, which is just a simple wrapper around an int64_t. Only the name of the qt-setting is still called "nTransactionFee" and a local variable at one place.
Thanks for clarification, I was browsing a non up-to-date repo and was confused ;).