don't wait for wallet sync in rpc commands; instead, show wallet status in status command
This commit is contained in:
@@ -443,7 +443,7 @@ class Commands:
|
||||
time_str = datetime.datetime.fromtimestamp(timestamp).isoformat(' ')[:-3]
|
||||
except Exception:
|
||||
time_str = "----"
|
||||
label, is_default_label = self.wallet.get_label(tx_hash)
|
||||
label = self.wallet.get_label(tx_hash)
|
||||
out.append({
|
||||
'txid':tx_hash,
|
||||
'timestamp':timestamp,
|
||||
|
||||
Reference in New Issue
Block a user