3
I read this question Why can’t the genesis block coinbase be spent? . It says because of some quirk (the genesis block coinbase transaction is not added to the global transaction database) genesis block coinbase transaction cannot be spent.
How to add this transaction to the global transaction database ? What changes are needed to make this transaction spendable ?
Yes it would create a hard fork. I am trying to find where in the source code I have to do the changes. Which function do I have to modify or which function to call ? – somesh – 2015-05-26T12:28:47.307