Skip to content

Commit

Permalink
Feat #11 and rest, fixing ratio's estimate
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhxyz committed Jan 5, 2024
1 parent a8cc750 commit 9a20125
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ logNS = "MM"

-- TODO: Get it from blockchain instead.
makerFeeRatio Rational
makerFeeRatio = 3 % 100
makerFeeRatio = 3 % 1000 -- Is 0.3%, so ratio should be 0.003 == 3 / 1000.

0 comments on commit 9a20125

Please sign in to comment.