rpc: getblockfrompeer

Co-authored-by: John Newbery <john@johnnewbery.com>
This commit is contained in:
Sjors Provoost
2021-05-13 18:51:47 +02:00
parent b884ababc2
commit dce8c4c381
8 changed files with 181 additions and 0 deletions

View File

@@ -215,6 +215,7 @@ BASE_SCRIPTS = [
'wallet_txn_clone.py --mineblock',
'feature_notifications.py',
'rpc_getblockfilter.py',
'rpc_getblockfrompeer.py',
'rpc_invalidateblock.py',
'feature_utxo_set_hash.py',
'feature_rbf.py --legacy-wallet',