Can be tested with:
diff --git a/test/functional/test_framework/wallet.py b/test/functional/test_framework/wallet.py
index de8eedc10e..25b630bb00 100644
--- a/test/functional/test_framework/wallet.py
+++ b/test/functional/test_framework/wallet.py
@@ -284,6 +284,7 @@ class MiniWallet:
self._bulk_tx(tx, target_weight)
txid = tx.rehash()
+ assert [i.nSequence for i in tx.vin]==sequence
return {
"new_utxos": [self._create_utxo(
txid=txid,