[tests] Remove unused variables

This commit is contained in:
practicalswift
2017-03-22 06:40:14 +01:00
parent 72163d4585
commit 389745901a
5 changed files with 2 additions and 7 deletions

View File

@@ -41,7 +41,6 @@ class ZMQTest (BitcoinTestFramework):
topic = msg[0]
assert_equal(topic, b"hashtx")
body = msg[1]
nseq = msg[2]
msgSequence = struct.unpack('<I', msg[-1])[-1]
assert_equal(msgSequence, 0) #must be sequence 0 on hashtx