Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszos4chain committed Nov 10, 2023
1 parent a07731b commit dff2c2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ func taskBroadcastTransactions(ctx context.Context, logClient zLogger.GormLogger
// return nil
// }
// return err
return nil
}

// taskNotifyP2P will notify any p2p paymail providers
Expand All @@ -89,6 +90,7 @@ func taskNotifyP2P(ctx context.Context, logClient zLogger.GormLoggerInterface, o
// return nil
// }
// return err
return nil
}

// taskSyncTransactions will sync any transactions
Expand All @@ -101,6 +103,7 @@ func taskSyncTransactions(ctx context.Context, logClient zLogger.GormLoggerInter
// return nil
// }
// return err
return nil
}

// taskCheckTransactions will check any transactions
Expand All @@ -109,4 +112,5 @@ func taskCheckTransactions(ctx context.Context, logClient zLogger.GormLoggerInte
// logClient.Info(ctx, "running check transaction(s) task...")

// return processTransactions(ctx, 1000, opts...)
return nil
}

0 comments on commit dff2c2a

Please sign in to comment.