explaining arbitrary stake amount in comment

This commit is contained in:
misagh 2018-12-01 13:01:51 +01:00
parent 7ddbaa70ad
commit 2d17346b0e
1 changed files with 5 additions and 1 deletions

View File

@ -223,9 +223,13 @@ class Edge():
# 0.05% is 0.0005
# fee = 0.001
# we set stake amount to an arbitraty amount.
# as it doesn't change the calculation.
# all returned values are relative. they are percentages.
stake = 0.015
fee = self.fee
fee = self.fee
open_fee = fee / 2
close_fee = fee / 2