File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
stackslib/src/net/api/tests
testnet/stacks-node/src/tests Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ mod getstxtransfercost;
86
86
mod gettenure;
87
87
mod gettenureinfo;
88
88
mod gettenuretip;
89
- mod gettransaction_unconfirmed;
90
89
mod gettransaction;
90
+ mod gettransaction_unconfirmed;
91
91
mod liststackerdbreplicas;
92
92
mod postblock;
93
93
mod postblock_proposal;
Original file line number Diff line number Diff line change @@ -12052,7 +12052,6 @@ fn larger_mempool() {
12052
12052
run_loop_thread. join ( ) . unwrap ( ) ;
12053
12053
}
12054
12054
12055
-
12056
12055
/// Test `/v3/transaction/txid` API endpoint
12057
12056
///
12058
12057
/// This endpoint returns a JSON with index_block_hash,
@@ -12211,4 +12210,4 @@ fn v3_transaction_api_endpoint() {
12211
12210
run_loop_stopper. store ( false , Ordering :: SeqCst ) ;
12212
12211
12213
12212
run_loop_thread. join ( ) . unwrap ( ) ;
12214
- }
12213
+ }
You can’t perform that action at this time.
0 commit comments