aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_block.py
diff options
context:
space:
mode:
authorJohn Newbery <[email protected]>2020-07-19 14:47:05 +0700
committerJohn Newbery <[email protected]>2020-08-21 15:52:20 +0100
commit85165d4332b0f72d30e0c584b476249b542338e6 (patch)
tree89db57adaf7f505d03bc0390ab63946361650e41 /test/functional/feature_block.py
parentscripted-diff: Rename mininode_lock to p2p_lock (diff)
downloaddiscoin-85165d4332b0f72d30e0c584b476249b542338e6.tar.xz
discoin-85165d4332b0f72d30e0c584b476249b542338e6.zip
scripted-diff: Rename mininode to p2p
-BEGIN VERIFY SCRIPT- sed -i 's/\.mininode/\.p2p/g' $(git grep -l "mininode") git mv test/functional/test_framework/mininode.py test/functional/test_framework/p2p.py -END VERIFY SCRIPT-
Diffstat (limited to 'test/functional/feature_block.py')
-rwxr-xr-xtest/functional/feature_block.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_block.py b/test/functional/feature_block.py
index c74761869..81483b5a8 100755
--- a/test/functional/feature_block.py
+++ b/test/functional/feature_block.py
@@ -26,7 +26,7 @@ from test_framework.messages import (
uint256_from_compact,
uint256_from_str,
)
-from test_framework.mininode import P2PDataStore
+from test_framework.p2p import P2PDataStore
from test_framework.script import (
CScript,
MAX_SCRIPT_ELEMENT_SIZE,