socialpredict icon indicating copy to clipboard operation
socialpredict copied to clipboard

Implement Per Transaction Fees Level As Set by Admin

Open pwdel opened this issue 8 months ago • 0 comments

  • We're assuming the fees were set up originally within setup.yaml for now.
  • We use appconfig within Golang to retrieve fees and deduct them from the transactions as amounts.
  • Don't worry about percentage fees for now, just go with amounts.
  • In the future we could set either/or fees as amounts or percentages.

pwdel avatar Jun 10 '24 15:06 pwdel