I have set up a Blockchain with native currency, and I want to have a minimum fee for the transactions. I am setting the minrelayfees=100000000 (1 native coin), but now it gives me an error "Transaction too large for fee policy" but when I keep the minrelayfees=1000000 (0.01 native coin) than the transactions are broadcasted successfully. How should I set up minimum fees?