Kevacoin source tree
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Wladimir J. van der Laan 6859ad2936
Merge #10706: Improve wallet fee logic and fix GUI bugs
7 years ago
..
test Make CoinControl a required argument to CreateTransaction 7 years ago
coincontrol.h Make QT fee displays use GetMinimumFee instead of estimateSmartFee 7 years ago
crypter.cpp Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp> 8 years ago
crypter.h Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class 8 years ago
db.cpp Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp> 8 years ago
db.h Fix uninitialized atomic variables 7 years ago
feebumper.cpp Refactor to use CoinControl in GetMinimumFee and FeeBumper 7 years ago
feebumper.h Refactor to use CoinControl in GetMinimumFee and FeeBumper 7 years ago
rpcdump.cpp Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp> 8 years ago
rpcwallet.cpp Merge #10706: Improve wallet fee logic and fix GUI bugs 7 years ago
rpcwallet.h Fix incorrect Doxygen tag (@ince@since). Make Doxygen parameter names match actual parameter names. 7 years ago
wallet.cpp Merge #10706: Improve wallet fee logic and fix GUI bugs 7 years ago
wallet.h Merge #10706: Improve wallet fee logic and fix GUI bugs 7 years ago
walletdb.cpp Merge #10760: Avoid dereference-of-casted-pointer 7 years ago
walletdb.h