Skip to content

Commit fd42321

Browse files
committed
fix class name so that SQL works again
1 parent cdf96ce commit fd42321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/TrifaToxService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2020,7 +2020,7 @@ static void bootstrap_me()
20202020
int used = 0;
20212021
while (i2.hasNext())
20222022
{
2023-
ee = (BootstrapNodeEntryDB) i2.next();
2023+
ee = (com.zoffcc.applications.sorm.BootstrapNodeEntryDB) i2.next();
20242024
int bootstrap_result = 1;
20252025
if ((ee.ip != null) && (ee.key_hex != null))
20262026
{

0 commit comments

Comments
 (0)