Hi,
I have changed native currency like below:
initial-block-reward = 80000000000 # Initial block mining reward in raw native currency units. (0 - -1486618624)
first-block-reward = 100000000000000 # Different mining reward for first block only, ignored if negative. (-1 - -1486618624)
reward-halving-interval = 52560000 # Interval for halving of mining rewards, in blocks. (60 - -1)
reward-spendable-delay = 1 # Delay before mining reward can be spent, in blocks. (1 - 100000)
minimum-per-output = 0 # Minimum native currency per output (anti-dust), in raw units.
# If set to -1, this is calculated from minimum-relay-fee. (-1 - 1000000 000)
maximum-per-output = 500000000000000000 # Maximum native currency per output, in raw units. (0 - -1486618624)
minimum-relay-fee = 1000000 # Minimum transaction fee, in raw units of native currency. (0 - 1000000000)
native-currency-multiple = 100000000 # Number of raw units of native currency per display unit. (0 - 1000000000)
After setting this,I have transferred some assets to other node And that node not able to send assets to other nodes
It showing error like below
error code: -6
error message:
Insufficient funds
Please let me know how native currency parameters are set and how to resolve the above problem,
Thank You in Advance