-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update sender in transaction_message (main) #419
Conversation
.patch({ | ||
sender, | ||
}) | ||
.where({ tx_id: tx.id }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mỗi tx update 1 lần là cũng lâu đấy, seren thì bao nhiêu tx ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
487k tx anh ạ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
}); | ||
} | ||
}); | ||
const foundEvent = events.find( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, nhẽ ra thì for thường xong rồi return luôn cũng được đúng ko? cơ mà để sau cũng được, tách hẳn cái hàm này cho vào ultility hay helper gì đó
@fibonacci998 |
conflict fixed |
No description provided.