Commit 942f906
authored
[CT] Make account verification deposit detection more laxed (#12336)
## Summary of the problem
`cirrus3` on Hacker News
[reported](https://news.ycombinator.com/item?id=46168821) that we
weren't hiding a account verification deposit.
We currently have logic for the typical "ACCTVERIFY" transactions.
However, it appears that Expensify and a few other companies don't
follow that standard.
<img width="1057" height="411" alt="image"
src="https://github.com/user-attachments/assets/45d429b9-1232-4d63-ba85-58a71298367c"
/>
^ How it should look
## Describe your changes
I'm allowing these additional substrings to be detected as an account
verification transaction:
- `verify`
- `validation`
- `sdv-vrfy`
- (in addition to `acctverify`)1 parent 0a7f59c commit 942f906
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
354 | 359 | | |
355 | 360 | | |
356 | 361 | | |
| |||
0 commit comments