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 was looking through the
blockchain.pyfile and noticed that theisValidTransaction()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.