]> Git Repo - VerusCoin.git/commit
RPC: getblocktemplate does not require a key, to create a block template
authorJeff Garzik <[email protected]>
Sat, 24 Aug 2013 04:45:17 +0000 (00:45 -0400)
committerJeff Garzik <[email protected]>
Sat, 24 Aug 2013 04:45:17 +0000 (00:45 -0400)
commit7bb0f6c5e89a4d5c9a6ef42f5643f42646da44c9
tree3bb44736b9465b1d99aabf079628c45d8c618aa4
parent7e1701899534151972ddff3c08cc964a9db64bc5
RPC: getblocktemplate does not require a key, to create a block template

getblocktemplate only uses certain portions of the coinbase transaction,
notably ignoring the coinbase TX output entirely.

Use CreateNewBlock() rather than CreateNewBlockWithKey(), eliminating
the needless key passing.

Should be zero behavior changes.
src/rpcmining.cpp
This page took 0.035578 seconds and 4 git commands to generate.