mirror of
https://github.com/status-im/status-go.git
synced 2025-02-07 20:34:27 +00:00
This is to free the `waku` namespace for interfaces and types that will be moved from `eth-node`.
5 lines
87 B
Go
5 lines
87 B
Go
package common
|
|
|
|
// TimeSyncError error for clock skew errors.
|
|
type TimeSyncError error
|