Commit bf6098f
committed
Fix ticket status display on VRSC mainnet
When viewing vlotto on VRSC mainnet, tickets sent to the graveyard
address were incorrectly showing as 'Sold' instead of 'Discarded'.
The network detection logic was treating null chain parameter (mainnet)
as VRSCTEST, causing it to use the wrong graveyard address for comparison.
Fixed by ensuring null/undefined chain correctly maps to VRSC network.1 parent b52cf78 commit bf6098f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
0 commit comments