We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12c960 commit 7f7b110Copy full SHA for 7f7b110
stackslib/src/chainstate/nakamoto/coordinator/tests.rs
@@ -1642,12 +1642,9 @@ fn transactions_indexing() {
1642
// ensure untracked transactions are not recorded
1643
for tx in untracked_block.txs {
1644
assert_eq!(
1645
- NakamotoChainState::get_tx_info_from_txid(
1646
- &chainstate.index_conn(),
1647
- tx.txid(),
1648
- )
1649
- .unwrap()
1650
- .is_none(),
+ NakamotoChainState::get_tx_info_from_txid(&chainstate.index_conn(), tx.txid(),)
+ .unwrap()
+ .is_none(),
1651
true
1652
);
1653
}
0 commit comments