The term 'whitelist' is racist and so we choose to call this feature 'allowlist'
This commit is contained in:
@@ -152,7 +152,7 @@ class EstimateFeeTest(BitcoinTestFramework):
|
||||
self.nodes = []
|
||||
# Use node0 to mine blocks for input splitting
|
||||
self.nodes.append(start_node(0, self.options.tmpdir, ["-maxorphantx=1000",
|
||||
"-relaypriority=0", "-whitelist=127.0.0.1"]))
|
||||
"-relaypriority=0", "-allowlist=127.0.0.1"]))
|
||||
|
||||
print("This test is time consuming, please be patient")
|
||||
print("Splitting inputs to small size so we can generate low priority tx's")
|
||||
|
||||
Reference in New Issue
Block a user