We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646b593 commit 9a85052Copy full SHA for 9a85052
test/functional/rpc_fundrawtransaction.py
@@ -28,6 +28,9 @@ class RawTransactionsTest(BitcoinTestFramework):
28
def set_test_params(self):
29
self.num_nodes = 4
30
self.setup_clean_chain = True
31
+ # This test isn't testing tx relay. Set whitelist on the peers for
32
+ # instant tx relay.
33
+ self.extra_args = [['-whitelist=127.0.0.1']] * self.num_nodes
34
35
def skip_test_if_missing_module(self):
36
self.skip_if_no_wallet()
0 commit comments