django-bitcoin icon indicating copy to clipboard operation
django-bitcoin copied to clipboard

Django-bitcoin ignores "generate" transations

Open limpbrains opened this issue 11 years ago • 0 comments

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 ?

limpbrains avatar Jan 12 '14 11:01 limpbrains