freicoin / freicoin-old

Bitcoin integration/staging tree
http://www.bitcoin.org
MIT License
26 stars 8 forks source link

Fixed type error that was breaking compilation #92

Closed clarkminor closed 11 years ago

clarkminor commented 11 years ago

Just fixed a small typo that was breaking compilation here on Arch Linux.

maaku commented 11 years ago

Thank you, I don't know why my compiler didn't complain about that.

In principle it's actually the other way around (INITIAL_SUBSIDY should be a mpq), but I'll make that change. But since it's an integral value anyway, that's only a perfectionist's detail.