aboutsummaryrefslogtreecommitdiff
path: root/src/miner.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Replace printf with LogPrintf / LogPrintGavin Andresen2013-09-181-12/+12
|/
* miner: constify CreateNewBlock() arg scriptPubKeyInJeff Garzik2013-08-251-1/+1
* CreateNewBlock() now takes scriptPubKey argument,Jeff Garzik2013-08-241-6/+12
* Move internal miner/block creation to separate miner.cpp module.Jeff Garzik2013-07-311-0/+663