Trying to delete a contract in Mist and getting this error?

VM659:1 Uncaught ReferenceError: CustomContracts is not defined at <anonymous>:1:1

There is a work around you’ll find useful. Right click in the Contracts window and click Open developers tools.

It should have an autocomplete and you should be able to run CustomContracts.find().fetch(). Expand an object, grab the _id and run CustomContracts.remove(“put_id_here”)

 

Leave a Reply

Your email address will not be published. Required fields are marked *