1
0

color 2fa billing outputs in Qt tx dialog

This commit is contained in:
SomberNight
2018-07-02 14:23:14 +02:00
parent 186f9f09b7
commit eefcc60d98
3 changed files with 48 additions and 9 deletions

View File

@@ -1849,6 +1849,10 @@ class Abstract_Wallet(PrintError):
p = self.price_at_timestamp(txid, price_func)
return p * txin_value/Decimal(COIN)
def is_billing_address(self, addr):
# overloaded for TrustedCoin wallets
return False
class Simple_Wallet(Abstract_Wallet):
# wallet with a single keystore