herrBez / Nduja

Nduja is a software that de-anonymize crypto-currencies' addresses
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

MovementDAO #57

Closed herrBez closed 6 years ago

herrBez commented 6 years ago

Eliminate AccountWallet that binds the accounts to MovementDAO instead of to the members of the MovementDAO csv file

mzanella commented 6 years ago
DELETE FROM AccountWallet WHERE Account = 3143;
DELETE FROM Account WHERE _id = 3143;