Skip to content
Snippets Groups Projects
Commit 445efe13 authored by xiphon's avatar xiphon
Browse files

fix confirmations updates, omit using non-existing Deposit 'processed' field

parent 3b647b2d
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,6 @@ class walletNotify extends Command
$count = 0;
//update all xmr deposit confirmations
Deposit::where('confirmations', '<', 10)
->where('processed', 0)
->each(function ($deposit) use ($blockheight, &$count) {
$this->updateConfirmation($blockheight, $deposit);
$count++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment