`bool isActive` is not needed Incase of a StorkNode if the node misbehaves 1. `storkNodes[_storkNodeAddr].stakeValue` can be set to 0 2. `storkNodes[_storkNodeAddr].stakeEndTime` can be set to `block.timestamp` As a StorkContract can't misbehave 1. `just set storkContracts[_storkContractAddr].txCount` can be set to 0
bool isActiveis not neededIncase of a StorkNode if the node misbehaves
storkNodes[_storkNodeAddr].stakeValuecan be set to 0storkNodes[_storkNodeAddr].stakeEndTimecan be set toblock.timestampAs a StorkContract can't misbehave
just set storkContracts[_storkContractAddr].txCountcan be set to 0