Adding bonus to unconfirmed calculations
This commit is contained in:
parent
a006ea782a
commit
27b4c4473f
@ -204,7 +204,7 @@ class Transaction {
|
||||
LEFT JOIN " . $this->block->getTableName() . " AS b ON t.block_id = b.id
|
||||
WHERE
|
||||
(
|
||||
( t.type = 'Credit' AND b.confirmations < ? ) OR
|
||||
( t.type IN ('Credit','Bonus') AND b.confirmations < ? ) OR
|
||||
( t.type = 'Credit_PPS' )
|
||||
)
|
||||
AND t.account_id = ?
|
||||
|
||||
Loading…
Reference in New Issue
Block a user