Skip to content

Commit

Permalink
chore: rm api
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv committed Sep 28, 2023
1 parent 3fbd4d2 commit c7f8436
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/background/controller/provider/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -595,15 +595,6 @@ class ProviderController extends BaseController {
'eth_sendRawTransaction',
[rawTx]
);
try {
openapiService.traceTx(
hash,
traceId || '',
chainItem?.serverId || ''
);
} catch (e) {
// DO nothing
}
} else {
hash = await openapiService.pushTx(
{
Expand Down

0 comments on commit c7f8436

Please sign in to comment.