We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf96ce commit fd42321Copy full SHA for fd42321
1 file changed
android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/TrifaToxService.java
@@ -2020,7 +2020,7 @@ static void bootstrap_me()
2020
int used = 0;
2021
while (i2.hasNext())
2022
{
2023
- ee = (BootstrapNodeEntryDB) i2.next();
+ ee = (com.zoffcc.applications.sorm.BootstrapNodeEntryDB) i2.next();
2024
int bootstrap_result = 1;
2025
if ((ee.ip != null) && (ee.key_hex != null))
2026
0 commit comments