From 39799592ed7bc773ad6de9bd8e3731b3f8047ff1 Mon Sep 17 00:00:00 2001 From: thomasv Date: Mon, 25 Mar 2013 10:20:16 +0100 Subject: [PATCH] add explanation comment --- lib/deserialize.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/deserialize.py b/lib/deserialize.py index 0dd0a5154..85ab97c48 100644 --- a/lib/deserialize.py +++ b/lib/deserialize.py @@ -326,6 +326,7 @@ def get_address_from_input_script(bytes): try: decoded = [ x for x in script_GetOp(bytes) ] except: + # coinbase transactions raise an exception print_error("cannot find address in input script", bytes.encode('hex')) return [], [], "(None)"