Closed whiteyhat closed 6 years ago
Yes. The order will multiply by 5% when placing orders.
It's added to the price similar to a sales tax.
If the price is 0.00001000 SATs, and your adjustment is 0.05 the end result would be:
0.00001000 + (0.00001000 * 0.05) = 0.00001050
Hello,
Can you explain for noobs what this command does? I have been reading through the README.md but I have not understand it at all. When you mean the multiplies is 0.05 (by default), it means the order will multiply by 0.05?
Thanks!!