Closed DavidKnott closed 6 years ago
Child_chain.py doesn't currently protect against double spends.
Child_chain.py
This issue can be solved by setting transactions spent field to True when a UTXO is spent.
spent
True
Child_chain.py
doesn't currently protect against double spends.This issue can be solved by setting transactions
spent
field toTrue
when a UTXO is spent.