You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/android/src/main/java/com/reactnativeldk/LdkModule.kt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -291,13 +291,13 @@ class LdkModule(reactContext: ReactApplicationContext) : ReactContextBaseJavaMod
291
291
292
292
//If it's been more than 24 hours then we need to update RGS
293
293
val timestamp =if (networkGraph!!._last_rapid_gossip_sync_timestampisOption_u32Z.Some) (networkGraph!!._last_rapid_gossip_sync_timestampasOption_u32Z.Some).some.toLong() else0// (networkGraph!!._last_rapid_gossip_sync_timestamp as Option_u32Z.Some).some
0 commit comments