This commit is contained in:
misagh 2018-12-01 13:02:45 +01:00
parent 2d17346b0e
commit a5414b8437

View File

@ -223,12 +223,10 @@ class Edge():
# 0.05% is 0.0005 # 0.05% is 0.0005
# fee = 0.001 # 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. # as it doesn't change the calculation.
# all returned values are relative. they are percentages. # all returned values are relative. they are percentages.
stake = 0.015 stake = 0.015
fee = self.fee fee = self.fee
open_fee = fee / 2 open_fee = fee / 2
close_fee = fee / 2 close_fee = fee / 2