deb
This commit is contained in:
parent
a6aef23df1
commit
94024c0693
1 changed files with 1 additions and 0 deletions
|
|
@ -236,6 +236,7 @@ export default class SanityChecker {
|
|||
this.decrementEvents = {}
|
||||
for (let i = 0; i < this.events.length; i++) {
|
||||
const e = this.events[i]
|
||||
this.log("checking event", e.type, e.data)
|
||||
if (e.type === 'balance_decrement') {
|
||||
await this.verifyDecrementEvent(e)
|
||||
} else if (e.type === 'balance_increment') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue