[test] Remove final references to mininode

This commit is contained in:
John Newbery
2020-08-17 10:10:44 +01:00
parent 5e8df3312e
commit d5800da519
8 changed files with 17 additions and 13 deletions

View File

@@ -53,7 +53,7 @@ from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import assert_equal
from data import invalid_txs
# Use this class for tests that require behavior other than normal "mininode" behavior.
# Use this class for tests that require behavior other than normal p2p behavior.
# For now, it is used to serialize a bloated varint (b64).
class CBrokenBlock(CBlock):
def initialize(self, base_block):