From b54725fbed20978fdd8fe4f53244e40e769dd943 Mon Sep 17 00:00:00 2001 From: Eirik Ogilvie-Wigley Date: Mon, 19 Aug 2019 12:30:24 -0600 Subject: [PATCH] Remove constant Co-Authored-By: str4d --- qa/rpc-tests/test_framework/mininode.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qa/rpc-tests/test_framework/mininode.py b/qa/rpc-tests/test_framework/mininode.py index fc9693e5b..89b7ecf40 100755 --- a/qa/rpc-tests/test_framework/mininode.py +++ b/qa/rpc-tests/test_framework/mininode.py @@ -43,7 +43,6 @@ BIP0031_VERSION = 60000 SPROUT_PROTO_VERSION = 170002 # past bip-31 for ping/pong OVERWINTER_PROTO_VERSION = 170003 SAPLING_PROTO_VERSION = 170006 -BLOSSOM_TESTNET_PROTO_VERSION = 170007 BLOSSOM_PROTO_VERSION = 170008 MY_SUBVERSION = "/python-mininode-tester:0.0.1/"