Skip to content

Commit 4ef8065

Browse files
committed
test: add truc wallet tests
1 parent 5d932e1 commit 4ef8065

File tree

3 files changed

+593
-0
lines changed

3 files changed

+593
-0
lines changed

test/functional/test_framework/mempool_util.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
# Default for -incrementalrelayfee in sat/kvB
3535
DEFAULT_INCREMENTAL_RELAY_FEE = 100
3636

37+
TRUC_MAX_VSIZE = 10000
38+
TRUC_CHILD_MAX_VSIZE = 1000
39+
3740
def assert_mempool_contents(test_framework, node, expected=None, sync=True):
3841
"""Assert that all transactions in expected are in the mempool,
3942
and no additional ones exist. 'expected' is an array of

test/functional/test_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
'rpc_psbt.py',
110110
'wallet_fundrawtransaction.py',
111111
'wallet_bumpfee.py',
112+
'wallet_v3_txs.py',
112113
'wallet_backup.py',
113114
'feature_segwit.py --v2transport',
114115
'feature_segwit.py --v1transport',

0 commit comments

Comments
 (0)