Implement LBTC when getting wallet balances

This commit is contained in:
2022-04-15 14:26:30 +01:00
parent e751fcd39d
commit 0e4fa8a0bb
3 changed files with 51 additions and 16 deletions

View File

@@ -39,3 +39,8 @@ class Sources(util.Base):
"notify": self.notify,
}
util.xmerge_attrs(init_map)
def get_total_wallets(self):
"""
Get the total crypto in our wallets.
"""