Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Use transaction distanceUnit to prevent retroactive changes #50001
Use transaction distanceUnit to prevent retroactive changes #50001
Changes from all commits
b9d9f6b
3cedd46
d6c88de
778dd23
540f11a
3961d4c
4520fe3
7579b73
9936790
56c96fb
ebff76e
9a06cfe
7982c26
5c43231
e07a837
18657fd
1703edb
466990b
da47219
8f10f77
5bd5c3a
a307c8d
99e9170
aded5c2
7a9d0ea
1e87ca3
ce80ef1
817266b
a2f0074
00eeb4a
5b12592
01e652a
611ad8b
f0ec762
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
This function (
buildOptimisticTransaction
) now have two parameters that are similar in name but differentexistingTransactionID
andexistingTransaction
; existingTransaction could exist and at the same time existingTransactionID does not which is a little confusing because you'd think the later id is the coming from that transaction but it's not necessary the case as we can pass the draft transaction