mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
func: slight elaboration on submitpackage restriction
This commit is contained in:
parent
08e969bd10
commit
e5709a4a41
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ class EphemeralDustTest(BitcoinTestFramework):
|
|||
self.wallet.rescan_utxos()
|
||||
assert_equal(self.nodes[0].getrawmempool(), [])
|
||||
|
||||
# Other topology tests require relaxation of submitpackage topology
|
||||
# Other topology tests (e.g., grandparents and parents both with dust) require relaxation of submitpackage topology
|
||||
|
||||
self.restart_node(0, extra_args=[])
|
||||
self.restart_node(1, extra_args=[])
|
||||
|
|
Loading…
Reference in a new issue