flake8
This commit is contained in:
parent
2d17346b0e
commit
a5414b8437
@ -223,12 +223,10 @@ class Edge():
|
||||
# 0.05% is 0.0005
|
||||
# fee = 0.001
|
||||
|
||||
# we set stake amount to an arbitraty amount.
|
||||
# we set stake amount to an arbitrary amount.
|
||||
# as it doesn't change the calculation.
|
||||
# all returned values are relative. they are percentages.
|
||||
stake = 0.015
|
||||
|
||||
|
||||
fee = self.fee
|
||||
open_fee = fee / 2
|
||||
close_fee = fee / 2
|
||||
|
Loading…
Reference in New Issue
Block a user