mirror of
https://github.com/status-im/status-go.git
synced 2025-01-18 02:31:47 +00:00
ca92f67014
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
|