Skip to content

Commit c26cc64

Browse files
committed
refactor: remove tx update
1 parent 28baaf8 commit c26cc64

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/bridge-status-controller/src/bridge-status-controller.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,11 +1758,6 @@ export class BridgeStatusController extends StaticIntervalPollingController<Brid
17581758
status: initialTransactionStatus,
17591759
};
17601760

1761-
this.#updateTransactionFn(
1762-
statusUpdatedTxMeta,
1763-
`BridgeStatusController - Initial intent order status: ${intentOrder.status}`,
1764-
);
1765-
17661761
// Update with actual transaction metadata
17671762
const syntheticMeta = {
17681763
...statusUpdatedTxMeta,

0 commit comments

Comments
 (0)