diff options
author | John Newbery <john@johnnewbery.com> | 2020-08-17 10:10:44 +0100 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2020-08-25 10:04:25 +0100 |
commit | d5800da5199527a366024bc80cad7fcca17d5c4a (patch) | |
tree | b74bc29618771f17ef0f67c1e54aae38186056c1 /test/functional/feature_block.py | |
parent | 5e8df3312e47a73e747ee892face55ed9ababeea (diff) |
[test] Remove final references to mininode
Diffstat (limited to 'test/functional/feature_block.py')
-rwxr-xr-x | test/functional/feature_block.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_block.py b/test/functional/feature_block.py index 81483b5a87..efafcfaec3 100755 --- a/test/functional/feature_block.py +++ b/test/functional/feature_block.py @@ -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): |