test: add entry and expiration time checks

This commit is contained in:
tdb3
2024-10-06 19:58:25 -04:00
parent 808a708107
commit 63f5e6ec79
2 changed files with 13 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ from .wallet import (
MiniWallet,
)
ORPHAN_TX_EXPIRE_TIME = 1200
def fill_mempool(test_framework, node, *, tx_sync_fun=None):
"""Fill mempool until eviction.