@ -25,9 +25,6 @@ We use the testing framework in which we expect a particular answer from
@@ -25,9 +25,6 @@ We use the testing framework in which we expect a particular answer from
eachtest.
'''
defhash160(s):
returnhashlib.new('ripemd160',sha256(s)).digest()
# Use this class for tests that require behavior other than normal "mininode" behavior.
# For now, it is used to serialize a bloated varint (b64).