test: Fix 'getdescriptoractivity' RPCHelpMan, add test to verify 'spend_vin' is the correct field

This commit is contained in:
Chris Stewart
2025-08-01 16:33:13 -05:00
parent e6bfd95d50
commit 3543bfdfec
2 changed files with 2 additions and 1 deletions

View File

@@ -191,6 +191,7 @@ class GetBlocksActivityTest(BitcoinTestFramework):
assert result['activity'][2]['type'] == 'spend'
assert result['activity'][2]['spend_txid'] == sent2['txid']
assert result['activity'][2]['spend_vin'] == 0
assert result['activity'][2]['prevout_txid'] == sent1['txid']
assert result['activity'][2]['blockhash'] == blockhash_2