django-bitcoin
django-bitcoin copied to clipboard
Django-bitcoin ignores "generate" transations
When wallet recieves "generate" transacion (transaction from mining pool with fresh coins) it ignored by django_bitcoin.tasks.query_transactions
Also utils.bitcoind.total_received doesn't work correctly, it also ignores generate transacions, because bitcoind API call getreceivedbyaddress ingnores them too.
PS I wonder, is somebody using django-botcoin in production ? With django 1.6 ?