This commit is contained in:
misagh 2018-12-01 13:02:45 +01:00
parent 2d17346b0e
commit a5414b8437
1 changed files with 1 additions and 3 deletions

View File

@ -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