You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -39,35 +35,6 @@ class BalancePostgresDAO @Inject() (fieldOrderingSQLInterpreter: FieldOrderingSQ
39
35
'received-> partial.received,
40
36
'spent-> partial.spent,
41
37
).as(parseBalance.singleOpt).flatten
42
-
43
-
for {
44
-
balance <- updatedBalance
45
-
computed <- computedMaybe if computed != balance
46
-
} {
47
-
logger.warn(s"CORRUPTED_BALANCE, expected spent = ${computed.spent}, actual = ${balance.spent}, expected received = ${computed.received}, actual = ${balance.received}")
0 commit comments