WIP
This commit is contained in:
parent
2fd6dd0c2e
commit
572bd7a10f
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue