A couple of hours ago, remaining TORN developers from core team were arrested. Since their tokens can be confiscated by the U.S. government and used to the detriment of the protocol, I propose to DAO to prohibit developer wallets from using the tokens until the court case is resolved
TORN token transfers cannot be prohibited, because, apparently, a mistake was made when creating the token contract - Iβll explain.
There is a function in contract, that, in fact, should reject the transfer if TORN is paused, or there is a ban on transfers from a specific wallet (sender) or to a wallet where the tokens go (recipient).
However, when creating the contract, the core developers made a mistake and wrote β||β instead of β&&β - logical βorβ instead of logical βandβ, so the token transfer will be rejected only if all three conditions are met (which is obviously impossible, because it is not possible to block all recipient addresses).
Actually, the result: in fact, TORN cannot be blocked in any way, and even paused - more precisely, it can, but this wont bring any effect due to the incorrect check.