Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit 038e241

Browse files
committed
iOS fix timestamp for RGS
1 parent 5c6822b commit 038e241

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ios/Helpers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ extension RapidGossipSync {
267267

268268
guard let self = self else { return }
269269

270-
let res = self.updateNetworkGraphNoStd(updateData: [UInt8](try! Data(contentsOf: destinationFile)), currentTimeUnix: UInt64(Date().timeIntervalSince1970 * 1000))
270+
let res = self.updateNetworkGraphNoStd(updateData: [UInt8](try! Data(contentsOf: destinationFile)), currentTimeUnix: UInt64(Date().timeIntervalSince1970))
271271
guard res.isOk() else {
272272
var errorMessage = "Failed to update network graph."
273273
switch res.getError()?.getValueType() {

0 commit comments

Comments
 (0)