diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-04 14:10:05 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-04 14:10:05 -0700 |
commit | f2bb096ad2219c673915441f6661061f6a1b1869 (patch) | |
tree | 3ec6f5b9f1a82294f2a0c72fa6e9262bcec26165 | |
parent | f8e182ece21d984cbe5dff9a8b24a589dd7c9ba6 (diff) | |
download | dat-deps-f2bb096ad2219c673915441f6661061f6a1b1869.tar.gz dat-deps-f2bb096ad2219c673915441f6661061f6a1b1869.zip |
fix silly typo (uint63)dep-hyperdb-timestamps
-rw-r--r-- | proposals/0000-hyperdb-timestamps.md | 2 |
1 files changed, 1 insertions, 1 deletions
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; } ``` |