File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
stackslib/src/chainstate/nakamoto/coordinator Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3244,7 +3244,7 @@ fn test_stacks_on_burnchain_ops() {
3244
3244
3245
3245
// mocked
3246
3246
txid : Txid ( [ i as u8 ; 32 ] ) ,
3247
- vtxindex : 1 ,
3247
+ vtxindex : 11 ,
3248
3248
block_height : block_height + 1 ,
3249
3249
burn_header_hash : BurnchainHeaderHash ( [ 0x00 ; 32 ] ) ,
3250
3250
} ) ) ;
@@ -3264,7 +3264,7 @@ fn test_stacks_on_burnchain_ops() {
3264
3264
3265
3265
// mocked
3266
3266
txid : Txid ( [ ( i as u8 ) | 0x80 ; 32 ] ) ,
3267
- vtxindex : 2 ,
3267
+ vtxindex : 12 ,
3268
3268
block_height : block_height + 1 ,
3269
3269
burn_header_hash : BurnchainHeaderHash ( [ 0x00 ; 32 ] ) ,
3270
3270
} ) ) ;
@@ -3276,7 +3276,7 @@ fn test_stacks_on_burnchain_ops() {
3276
3276
3277
3277
// mocked
3278
3278
txid : Txid ( [ ( i as u8 ) | 0x40 ; 32 ] ) ,
3279
- vtxindex : 3 ,
3279
+ vtxindex : 13 ,
3280
3280
block_height : block_height + 1 ,
3281
3281
burn_header_hash : BurnchainHeaderHash ( [ 0x00 ; 32 ] ) ,
3282
3282
} ) ) ;
@@ -3295,7 +3295,7 @@ fn test_stacks_on_burnchain_ops() {
3295
3295
3296
3296
// mocked
3297
3297
txid : Txid ( [ ( i as u8 ) | 0xc0 ; 32 ] ) ,
3298
- vtxindex : 4 ,
3298
+ vtxindex : 14 ,
3299
3299
block_height : block_height + 1 ,
3300
3300
burn_header_hash : BurnchainHeaderHash ( [ 0x00 ; 32 ] ) ,
3301
3301
} ,
You can’t perform that action at this time.
0 commit comments