In circom <= and <= are not grater than and less than checks they do not create constraints.
Therefore https://github.com/barryWhiteHat/RollupNC/blob/master/tokens_transfer/tokens_transfer.circom#L88 checks are not enforced.
We would need to build a circuit to do the >= check which would work with binary decomposition.