Skip to content

Commit

Permalink
update log
Browse files Browse the repository at this point in the history
  • Loading branch information
perfogic committed Oct 18, 2024
1 parent f5d5e58 commit 0d3c82a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/orchestrator/src/services/relayer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,8 @@ export default class RelayerService implements RelayerInterface {
});

if (isExistOutpoint === true) {
console.log({isExistOutpoint}, txid, i);

// Remove this outpoint from deposit index
await this.depositIndexService.removeDeposit({
receiver: toReceiverAddr(convertSdkDestToWasmDest(script.dest)),
Expand Down

0 comments on commit 0d3c82a

Please sign in to comment.