Skip to content

Commit

Permalink
Update worker-processmempool.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosrdz committed Oct 27, 2024
1 parent fd86188 commit ab23b49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/worker-processmempool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { TokenToAddress } from "./entity/TokenToAddress";
import { SendQueue } from "./entity/SendQueue";
import dataSource from "./data-source";
import { components } from "./openapi/api";
import { NOTIFICATION_CATEGORY_TRANSACTION } from "./openapi/constants";

require("dotenv").config();

Expand Down Expand Up @@ -59,7 +58,6 @@ async function processMempool() {
addresses.push(address);
processedTxids[response.result.txid] = true;

// Define the payload object
const payload: components["schemas"]["PushNotificationOnchainAddressGotUnconfirmedTransaction"] = {
address,
txid: response.result.txid,
Expand Down

0 comments on commit ab23b49

Please sign in to comment.