This commit is contained in:
Josh Harvey 2016-07-28 18:14:09 +03:00
parent 2fd6dd0c2e
commit 572bd7a10f

View file

@ -26,7 +26,7 @@ function jsonParse (event) {
} }
function sameState (a, b) { 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) { function checkBalance (rec) {