Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOsiris committed Oct 22, 2024
1 parent 8952e3e commit 27ca3d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/relay/signer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ impl RelaySigner for TxSitterSigner {
})?;

match tx_response.status {
Some(TxStatus::Mined)
| Some(TxStatus::Finalized) => {
Some(TxStatus::Mined) | Some(TxStatus::Finalized) => {
info!(
tx_id = &resp.tx_id,
"Root propogation transaction mined"
Expand Down

0 comments on commit 27ca3d7

Please sign in to comment.