Skip to content

Commit 436bf04

Browse files
committed
Adding some transaction specific functionality to library, cleaning up typos
1 parent 8aaa952 commit 436bf04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blockchain_parser/blockchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def get_transaction(self, txid, db):
250250
transaction = Transaction.from_hex(
251251
transaction_data[offset:offset_e])
252252
return transaction
253-
except:
253+
except Exception:
254254
continue
255255

256256
return None

0 commit comments

Comments
 (0)