From 572bd7a10f88fc0ff0b03c994c929f728406aeed Mon Sep 17 00:00:00 2001 From: Josh Harvey Date: Thu, 28 Jul 2016 18:14:09 +0300 Subject: [PATCH] WIP --- lib/notifier.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/notifier.js b/lib/notifier.js index ce7b5727..3a323973 100644 --- a/lib/notifier.js +++ b/lib/notifier.js @@ -26,7 +26,7 @@ function jsonParse (event) { } function sameState (a, b) { - return a.note.sessionId === b.note.sessionId && a.note.state === b.note.state + return a.note.txId === b.note.txId && a.note.state === b.note.state } function checkBalance (rec) {