diff --git a/node.py b/node.py index 1c14c2f..dc160d3 100755 --- a/node.py +++ b/node.py @@ -139,9 +139,9 @@ def ser_uint256_vector(l): r = "" if len(l) < 253: r = chr(len(l)) - elif len(s) < 0x10000: + elif len(l) < 0x10000: r = chr(253) + struct.pack("