Fix calls to money

This commit is contained in:
2022-05-17 18:25:31 +01:00
parent 20b36a7c67
commit d95a1ae21f
3 changed files with 4 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ class Agora(sources.local.Local):
"""
Withdraw excess funds to our XMR wallets.
"""
totals_all = self.tx.get_total()
totals_all = self.money.get_total()
if totals_all is False:
return False

View File

@@ -62,7 +62,7 @@ class LBTC(sources.local.Local):
"""
Withdraw excess funds to our XMR wallets.
"""
totals_all = self.tx.get_total()
totals_all = self.money.get_total()
if totals_all is False:
return False