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
..
2014-05-13 11:41:59 +02:00
2014-06-06 19:29:03 +02:00
2014-01-23 16:05:01 +01:00
2014-05-22 00:23:03 +07:00
2014-03-20 13:21:23 +09:00
2014-04-02 03:48:07 +02:00
2013-11-30 15:42:10 +10:00
2013-11-30 15:42:10 +10:00
2014-06-06 10:34:18 -04:00
2013-12-04 12:46:13 +01:00
2013-12-04 12:46:13 +01:00
2014-06-05 14:52:34 +02:00
2014-03-24 20:26:02 +00:00
2014-05-22 00:23:03 +07:00
2014-06-05 16:05:57 -04:00
2014-06-07 12:57:58 +01:00
2014-05-25 16:19:54 +02:00
2014-06-03 15:21:47 +02:00
2014-04-23 01:50:25 +02:00
2014-06-06 10:34:18 -04:00
2014-06-06 10:34:18 -04:00
2014-06-06 10:34:18 -04:00
2014-05-22 00:23:03 +07:00
2014-06-03 15:21:47 +02:00
2014-06-06 10:34:18 -04:00
2014-06-06 10:34:18 -04:00