CustomCryptocurrency
CustomCryptocurrency copied to clipboard
No signature verification
I was looking through the blockchain.py
file and noticed that the isValidTransaction()
function which should verify the validity of the transaction doesn't actually check that signature so anybody can forge transactions on someones behalf using a fraudulent private key.
I'm pretty sure he fixed this error recently.