Fix calls to money
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user