I upgraded multichain to 1.0.1 and created a test chain with some native currency issued - the params on that section are as follows:
"first-block-reward" : 10000000000000000,
"initial-block-reward" : 0,
"reward-halving-interval" : 52560000,
"reward-spendable-delay" : 1,
"minimum-per-output" : 100000000,
"maximum-per-output" : 10000000000000000,
"minimum-relay-fee" : 1000000,
"native-currency-multiple" : 100000000,
Fees are slightly different for each transaction:
I issued an asset and that was a fee of 0.00497
sent asset to another node - 0.00404
to send native currency to another node - 0.00226
from the other node to send asset back to first node - 0.00403
How to get the fee to 0.001 for anything less than 1kb transactions - params not correct?