Loading
tor-netdoc: Change Option<NumericBoolean> to NumericBoolean
It is weird to have three possible states for truthiness here. This commit removes the Option in favor of the inner type while adding a TODO comment to somehow find a way to skip this during encoding.