We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191663c commit 2fc846aCopy full SHA for 2fc846a
bitcoin/core/serialize.py
@@ -1,4 +1,4 @@
1
-# Copyright (C) 2012-2014 The python-bitcoinlib developers
+# Copyright (C) 2012-2018 The python-bitcoinlib developers
2
#
3
# This file is part of python-bitcoinlib.
4
@@ -293,7 +293,7 @@ def stream_deserialize(cls, f):
293
294
295
class VarStringSerializer(Serializer):
296
- """Serialize variable length strings"""
+ """Serialize variable length byte strings"""
297
@classmethod
298
def stream_serialize(cls, s, f):
299
l = len(s)
0 commit comments