[prep/rpc] remove entry and expiry time from getorphantxs

Expiry is going away in a later commit.
This is only an RPC change. Behavior of the orphanage does not change.
Note that getorphantxs is marked experimental.
This commit is contained in:
glozow
2025-05-15 09:59:23 -04:00
parent 08e58fa911
commit 15a4ec9069
5 changed files with 3 additions and 17 deletions

View File

@@ -19,8 +19,6 @@ from .wallet import (
MiniWallet,
)
ORPHAN_TX_EXPIRE_TIME = 1200
def assert_mempool_contents(test_framework, node, expected=None, sync=True):
"""Assert that all transactions in expected are in the mempool,
and no additional ones exist. 'expected' is an array of