(Error: Invalid amount for -paytxfee=<amount>: '0.00' (must be at least 0.00100000 LTC/kB

I’ve just installed litecoin core and when I run the command “./litecoind” I get the error "Invalid amount for -paytxfee"
what am I missing here?
i set paytxfee=0.001 in .litecoin/litcoin.cnof

Maybe in the source code there is a check like

if(fee <= 0.001)
error;

Have you tried to set fee to 0.0011?

Or maybe your transactions has > 1kb and the parameter you set is the fee you pay and actually not the fee per kb?

Cheers XuS