You are viewing a single comment's thread from:
RE: 100 Steem Bounty: What is the solution to a lack of SMT development?
All of the code is in github to my knowledge. You can't simply roll back code for a blockchain (unless you want to roll back the blockchain as well) since it is a one way data structure. You have to perform a new hard fork back to the old rules if that is the intent, which means adding yet more code. No way to go backwards.