Add fiat conversion to payments on Flexpool
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
9eddc6953c
commit
1e2ef88c64
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class Miner:
|
||||||
payout_threshold = self.get_payout_threshold(miner)
|
payout_threshold = self.get_payout_threshold(miner)
|
||||||
self.balance_percentage = self.format_balance_percentage(payout_threshold=payout_threshold,
|
self.balance_percentage = self.format_balance_percentage(payout_threshold=payout_threshold,
|
||||||
balance=self.raw_balance)
|
balance=self.raw_balance)
|
||||||
self.transactions = self.get_payements(miner)
|
self.transactions = self.get_payements(miner, exchange_rate=exchange_rate, currency=currency)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def url(self):
|
def url(self):
|
||||||
|
|
Reference in a new issue