fboucquez / symbol-bootstrap

A tool that allows you to quickly configure and setup Symbol testnets and nodes.
Apache License 2.0
47 stars 27 forks source link

Use max fee of 0.1 Xym by default in enroll and link #241

Open fboucquez opened 3 years ago

fboucquez commented 3 years ago

Atm the link and enroll commands use the node's min fee multipler. The result max fee is pretty low and the transactions are not confirmed. The current workaround is to use --maxFee 100000

This issue is to change the default max fee used to be 0.1 XYMs and remove the min fee multiplier.