All local, not live:
I’ve been trying to remove then re add some generic nervous system functions but when I try adding them they already exist. Trying to figure out why the executed removal proposal isn’t working.
So here is an echo of my proposal:
( record { title = “Remove Callback Function”; url = “OpenFPL/src/OpenFPL_backend/main.mo at master · jamesbeadle/OpenFPL · GitHub”; summary = “Proposal to remove the endpoint for adding the callback function for creating the DAO controlled neuron.”; action = opt variant { RemoveGenericNervousSystemFunction = 1000:nat64 } } )
but in my local nns setup i can see the proposal doesn’t have an id in the payload:
Making me think this is what is causing the function id already exists error when I try to re add it…
Any help appreciated.