Merge pull request #153 from mrwish7/main

TX search algorithm changes
This commit is contained in:
Marek Farkaš
2025-05-30 19:18:19 +02:00
committed by GitHub
7 changed files with 178 additions and 125 deletions
+1
View File
@@ -337,6 +337,7 @@
options: [
{ value: '0', label: 'Algorithm 1' },
{ value: '1', label: 'Algorithm 2' },
{ value: '2', label: 'Algorithm 3' },
]
}) %>
</div>