Each time I execute the settxfee command, it will return the Invalid Amount exception.
Below is the sample I am running:
multichain-cli Chain1 settxfee 0.0001
{"method":"settxfee","params":[0.0001],"id":"69308755-1582260946","chain_name":"Chain1"}
error code: -8
error message:
Invalid amount
I have tried different amounts, such as 0.0001, 0.001, 0.01, 0.1, 1, etc.
But each time getting the same error.
Could anyone please provide the solution.