http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/c587ab39989faa0f647800211b7b87cd922762cf?style=split
__init__(cfg, proto, minconf, quiet) await super().__init__(cfg, proto, minconf, quiet) start_labels = ('TOTAL','Non-MMGen','Non-wallet') start_labels = ('TOTAL','Non-MMGen','Non-wallet') @@ -53,21 +54,25 @@ class BitcoinTwGetBalance(TwGetBalance): self.data['TOTAL'][col_key] += amt self.data['TOTAL'][col_key] += amt self.data[label][col_key] += amt self.data[label][col_key] += amt - if d['spendable']: + if d['spendable']: # TODO: use...