CustomCryptocurrency icon indicating copy to clipboard operation
CustomCryptocurrency copied to clipboard

No signature verification

Open federicofusco opened this issue 3 years ago • 1 comments

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.

federicofusco avatar Mar 17 '21 10:03 federicofusco

I'm pretty sure he fixed this error recently.

NTechStorm avatar Jul 16 '21 22:07 NTechStorm