Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Jan 18, 2024
1 parent a07ce09 commit 89dc816
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration_tests/tests/steps/wallet_steps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,7 @@ async fn wallet_detects_all_txs_as_mined_status(world: &mut TariWorld, wallet_na
_ => (),
},
"Coinbase" => match tx_info.status() {
grpc::TransactionStatus::CoinbaseConfirmed |
grpc::TransactionStatus::CoinbaseUnconfirmed => {
grpc::TransactionStatus::CoinbaseConfirmed | grpc::TransactionStatus::CoinbaseUnconfirmed => {
break;
},
_ => (),
Expand Down

0 comments on commit 89dc816

Please sign in to comment.