1
0

Merge pull request #4490 from SomberNight/trustedcoin_color_outputs

colour 2fa billing outputs in Qt tx dialog
This commit is contained in:
ThomasV
2018-07-03 08:47:15 +02:00
committed by GitHub
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