Commit a8902d9
committed
fix(explorer): flag round-million proof amounts in suspicious-pattern check
Warning 4 used a hardcoded 1 trillion atomic literal, which at the correct
100k atomic/DERO conversion flagged only multiples of 10M DERO (just 10M and
20M in the valid range). Restore the original intent of flagging exact
multiples of 1M DERO via 1_000_000 * ATOMIC_UNITS_PER_DERO.1 parent da6f814 commit a8902d9
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
0 commit comments