From f2bb096ad2219c673915441f6661061f6a1b1869 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 4 Apr 2018 14:10:05 -0700 Subject: fix silly typo (uint63) --- proposals/0000-hyperdb-timestamps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/0000-hyperdb-timestamps.md b/proposals/0000-hyperdb-timestamps.md index 1a80e32..2c02e26 100644 --- a/proposals/0000-hyperdb-timestamps.md +++ b/proposals/0000-hyperdb-timestamps.md @@ -138,7 +138,7 @@ message DriveEvent { } optional Stat stat = 1; - optional uint63 timestamp = 2; + optional uint64 timestamp = 2; } ``` -- cgit v1.2.3