FLO-wallet-core/src
Drak 02bec4b268 Fix compiler warnings
Fixes the following compiler warning

```
miner.cpp: In constructor ‘COrphan::COrphan(const CTransaction*)’:
miner.cpp:69:14: warning: ‘COrphan::feeRate’ will be initialized after [-Wreorder]
     CFeeRate feeRate;
              ^
miner.cpp:68:12: warning:   ‘double COrphan::dPriority’ [-Wreorder]
     double dPriority;
            ^
miner.cpp:71:5: warning:   when initialized here [-Wreorder]
     COrphan(const CTransaction* ptxIn) : ptx(ptxIn), feeRate(0), dPriority(0)
```
2014-06-07 12:57:58 +01:00
..
compat
json json_spirit: #include <stdint.h> 2014-05-13 11:41:59 +02:00
leveldb Merge src/leveldb changes for LevelDB 1.17. 2014-05-09 18:23:34 +02:00
m4 build: avoid the use of top_ and abs_ dir paths 2014-06-05 16:05:57 -04:00
obj
obj-test
qt qt: Periodic translation update 2014-06-06 19:29:03 +02:00
test build: add stub makefiles for easier subdir builds 2014-06-05 16:05:43 -04:00
addrman.cpp
addrman.h Remove redundant c_str 2014-05-22 00:23:03 +07:00
alert.cpp
alert.h
allocators.cpp
allocators.h
base58.cpp Move base58.h implementation code to base58.cpp 2014-05-10 00:42:31 +02:00
base58.h Move base58.h implementation code to base58.cpp 2014-05-10 00:42:31 +02:00
bitcoin-cli-res.rc
bitcoin-cli.cpp SetupEnvironment() - clean commit 2014-05-13 10:15:00 +00:00
bitcoind-res.rc
bitcoind.cpp Remove fDaemon flag checking on return from main(), which is useless and looks really strange. 2014-05-20 01:22:33 +08:00
bloom.cpp
bloom.h
chainparams.cpp Move {Get,Set}Compact from bignum to uint256 2014-05-09 16:44:59 +02:00
chainparams.h Reduce bignum.h now it is only needed for scriptnum_tests 2014-05-09 17:38:44 +02:00
checkpoints.cpp Fix incorrect checkpoint data for testnet3 2014-05-13 16:38:36 -04:00
checkpoints.h
checkqueue.h
clientversion.h
coincontrol.h
coins.cpp
coins.h
compat.h
core.cpp Type-safe CFeeRate class 2014-06-06 10:34:18 -04:00
core.h estimatefee / estimatepriority RPC methods 2014-06-06 10:44:57 -04:00
crypter.cpp
crypter.h
db.cpp
db.h
hash.cpp
hash.h
init.cpp estimatefee / estimatepriority RPC methods 2014-06-06 10:44:57 -04:00
init.h Remove global strWalletFile 2014-06-05 14:52:34 +02:00
key.cpp remove CPubKey::VerifyCompact( ) which is never used 2014-05-20 14:58:21 +02:00
key.h remove CPubKey::VerifyCompact( ) which is never used 2014-05-20 14:58:21 +02:00
keystore.cpp Check redeemScript size does not exceed 520 byte limit 2014-05-08 00:55:01 -04:00
keystore.h
leveldbwrapper.cpp
leveldbwrapper.h Remove redundant c_str 2014-05-22 00:23:03 +07:00
limitedmap.h
main.cpp estimatefee / estimatepriority RPC methods 2014-06-06 10:44:57 -04:00
main.h estimatefee / estimatepriority RPC methods 2014-06-06 10:44:57 -04:00
Makefile.am build: fix version dependency 2014-06-05 16:05:57 -04:00
Makefile.qt.include build: quit abusing AM_CPPFLAGS 2014-06-05 16:05:57 -04:00
Makefile.qttest.include build: quit abusing AM_CPPFLAGS 2014-06-05 16:05:57 -04:00
Makefile.test.include build: quit abusing AM_CPPFLAGS 2014-06-05 16:05:57 -04:00
miner.cpp Fix compiler warnings 2014-06-07 12:57:58 +01:00
miner.h
mruset.h Limit number of known addresses per peer 2014-05-30 12:01:53 +02:00
net.cpp Merge pull request #4247 from Diapolo/listen 2014-06-04 15:00:38 -04:00
net.h Merge pull request #4247 from Diapolo/listen 2014-06-04 15:00:38 -04:00
netbase.cpp Merge pull request #4183 2014-05-25 16:19:54 +02:00
netbase.h remove dup of extern int nConnectTimeout; in netbase 2014-05-31 12:04:34 +02:00
noui.cpp
noui.h
protocol.cpp
protocol.h Reduce bignum.h now it is only needed for scriptnum_tests 2014-05-09 17:38:44 +02:00
rpcblockchain.cpp VerifyDB progress 2014-06-03 15:21:47 +02:00
rpcclient.cpp estimatefee / estimatepriority RPC methods 2014-06-06 10:44:57 -04:00
rpcclient.h
rpcdump.cpp
rpcmining.cpp estimatefee / estimatepriority RPC methods 2014-06-06 10:44:57 -04:00
rpcmisc.cpp Type-safe CFeeRate class 2014-06-06 10:34:18 -04:00
rpcnet.cpp Type-safe CFeeRate class 2014-06-06 10:34:18 -04:00
rpcprotocol.cpp Replace non-threadsafe gmtime and setlocale 2014-05-23 15:23:11 +02:00
rpcprotocol.h Support IPv6 lookup in bitcoin-cli even when IPv6 only bound on localhost 2014-05-13 07:23:23 +02:00
rpcrawtransaction.cpp switch from boost int types to <stdint.h> 2014-05-13 11:41:59 +02:00
rpcserver.cpp estimatefee / estimatepriority RPC methods 2014-06-06 10:44:57 -04:00
rpcserver.h estimatefee / estimatepriority RPC methods 2014-06-06 10:44:57 -04:00
rpcwallet.cpp Type-safe CFeeRate class 2014-06-06 10:34:18 -04:00
script.cpp Remove template matching params from GetOpName() 2014-05-31 01:23:53 +08:00
script.h Remove redundant c_str 2014-05-22 00:23:03 +07:00
serialize.h
sync.cpp
sync.h
threadsafety.h
tinyformat.h
txdb.cpp Move {Get,Set}Compact from bignum to uint256 2014-05-09 16:44:59 +02:00
txdb.h Move {Get,Set}Compact from bignum to uint256 2014-05-09 16:44:59 +02:00
txmempool.cpp estimatefee / estimatepriority RPC methods 2014-06-06 10:44:57 -04:00
txmempool.h estimatefee / estimatepriority RPC methods 2014-06-06 10:44:57 -04:00
ui_interface.h VerifyDB progress 2014-06-03 15:21:47 +02:00
uint256.h Deduplicate uint* comparison operator logic 2014-05-09 16:45:00 +02:00
util.cpp rename fNoListen to fListen and move to net 2014-05-29 14:01:39 +02:00
util.h rename fNoListen to fListen and move to net 2014-05-29 14:01:39 +02:00
version.cpp
version.h
wallet.cpp Type-safe CFeeRate class 2014-06-06 10:34:18 -04:00
wallet.h Type-safe CFeeRate class 2014-06-06 10:34:18 -04:00
walletdb.cpp Remove dummy PRIszX macros for formatting 2014-05-06 15:29:16 +02:00
walletdb.h