|
@ -272,9 +272,9 @@ class Abstract_Wallet(AddressSynchronizer): |
|
|
else: |
|
|
else: |
|
|
# avoid saving empty dict |
|
|
# avoid saving empty dict |
|
|
return True |
|
|
return True |
|
|
|
|
|
else: |
|
|
if ccy not in self.fiat_value: |
|
|
if ccy not in self.fiat_value: |
|
|
self.fiat_value[ccy] = {} |
|
|
self.fiat_value[ccy] = {} |
|
|
if not reset: |
|
|
|
|
|
self.fiat_value[ccy][txid] = text |
|
|
self.fiat_value[ccy][txid] = text |
|
|
self.storage.put('fiat_value', self.fiat_value) |
|
|
self.storage.put('fiat_value', self.fiat_value) |
|
|
return reset |
|
|
return reset |
|
|