mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-03 15:02:30 +02:00
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-
This commit is contained in:
@@ -87,7 +87,7 @@ e. Announce one more that doesn't connect.
|
||||
"""
|
||||
from test_framework.blocktools import create_block, create_coinbase
|
||||
from test_framework.messages import CInv
|
||||
from test_framework.mininode import (
|
||||
from test_framework.p2p import (
|
||||
CBlockHeader,
|
||||
NODE_WITNESS,
|
||||
P2PInterface,
|
||||
|
Reference in New Issue
Block a user