Fixed display of saved transactions
This commit is contained in:
parent
b3a21f53bc
commit
ecea61d9ca
@ -492,11 +492,6 @@ class Abstract_Wallet(AddressSynchronizer):
|
|||||||
return ', '.join(labels)
|
return ', '.join(labels)
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
def get_flodata(self, tx_hash):
|
|
||||||
tx = self.transactions.get(tx_hash)
|
|
||||||
flodata = tx.flodata[5:]
|
|
||||||
return flodata
|
|
||||||
|
|
||||||
def get_tx_status(self, tx_hash, tx_mined_status):
|
def get_tx_status(self, tx_hash, tx_mined_status):
|
||||||
extra = []
|
extra = []
|
||||||
height = tx_mined_status.height
|
height = tx_mined_status.height
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user