php-mpos/public/include/classes
Sebastian Grewe fa7f61c436 Adding transaction fees to transaction class
This will add back the transaction fees. Prior to this commit the pool
had to cover the transaction fees. Now for each transaction the full
balance is transferred (RPC Daemon will remove the TX Fee) but two
transactions are added. One for the Debig and one TXFee.

Fixes #203.

**Requires database upgrade with supplied SQL file**
2013-06-17 11:17:15 +02:00
..
bitcoin.class.php Adding more actions for API page 2013-05-28 10:50:16 +02:00
bitcoinwrapper.class.php Adding more in-line documentation and some cleanup 2013-05-30 09:55:21 +02:00
block.class.php Ensure no old blocks shares are counter for new ones 2013-06-06 22:27:34 +02:00
debug.class.php allow caching to be more transparent and configurable 2013-05-17 16:25:45 +02:00
mail.class.php Adding new notification system for new blocks 2013-06-09 14:26:18 +02:00
notification.class.php Fixing issue with notification cron 2013-06-09 16:44:32 +02:00
setting.class.php Adding more in-line documentation and some cleanup 2013-05-30 09:55:21 +02:00
share.class.php Adding support for PPS payout method 2013-06-10 18:49:57 +02:00
statistics.class.php Added cronjob to pre-cache statistics 2013-06-17 10:07:40 +02:00
statscache.class.php Moved setCache method into StatsCacheClass 2013-05-28 10:09:57 +02:00
tools.class.php Adding more in-line documentation and some cleanup 2013-05-30 09:55:21 +02:00
transaction.class.php Adding transaction fees to transaction class 2013-06-17 11:17:15 +02:00
user.class.php Further cleanup to reduce PHP notice warnings 2013-06-14 13:51:06 +02:00
worker.class.php Adding notification reset once worker is active 2013-06-07 15:36:35 +02:00