From 17f86ad568c59a6519b89a4d490cdbf1d6488e8b Mon Sep 17 00:00:00 2001 From: Ray Engelking Date: Tue, 6 Feb 2018 14:00:18 -0500 Subject: [PATCH] minimode python fix for earlier versions of python 3 --- test/functional/test_framework/mininode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/test_framework/mininode.py b/test/functional/test_framework/mininode.py index 9989fb492..ecf1db29f 100755 --- a/test/functional/test_framework/mininode.py +++ b/test/functional/test_framework/mininode.py @@ -443,7 +443,7 @@ class CTransaction(object): self.sha256 = tx.sha256 self.hash = tx.hash self.wit = copy.deepcopy(tx.wit) - self.txComment = b'%s' % tx.txComment + self.txComment = tx.txComment def deserialize(self, f): self.nVersion = struct.unpack("