Make p2p-acceptablock not an extended test

Github-Pull: #11531
Rebased-From: f3d4adfa6f
This commit is contained in:
Matt Corallo 2017-10-30 21:28:42 -04:00 committed by MarcoFalke
parent 5bec7744d1
commit 55b7abfa8a
1 changed files with 1 additions and 1 deletions

View File

@ -122,6 +122,7 @@ BASE_SCRIPTS= [
'uptime.py',
'resendwallettransactions.py',
'minchainwork.py',
'p2p-acceptblock.py',
]
EXTENDED_SCRIPTS = [
@ -149,7 +150,6 @@ EXTENDED_SCRIPTS = [
'txn_clone.py --mineblock',
'forknotify.py',
'invalidateblock.py',
'p2p-acceptblock.py',
'replace-by-fee.py',
]