Hello Multichain Team,
I am getting below error whenever i change the transaction fee amount using settxfee command.
MultichainException [
object=code :-6.0,
reason=message : Insufficient funds,
message=null,
cause=null
]
1. multichain-cli chain1 settxfee 0.001 (works fine)
2. multichain-cli chain1 settxfee 0.10 (not working)
when the amount increases it will show an error while transferring the assets. when i reset the txfee amount then it works fine.
Could you explain why it behave like this and on what basis it will calculate the transaction fee?
Where the transaction fee would be credited and why assetref field added to address balance.
I would also like to know that how transaction fee will be calculated exactly.
Is transaction fee vary from asset to asset?