From 38c742544356a69aa165d6ad80a1e796aacc9c73 Mon Sep 17 00:00:00 2001 From: Nex Date: Tue, 23 Apr 2019 14:29:55 +0800 Subject: [PATCH] Update docs.md for "gRPC API" documentation on Phabricator --- docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.md b/docs.md index 1d00661..59c21c5 100644 --- a/docs.md +++ b/docs.md @@ -51,7 +51,7 @@ message Block { bytes hash = 2; // 区块的哈希,当区块处于待确认状态时为`null` bytes parent_hash = 3; // 父区块的哈希 repeated bytes witnesses = 4; // 见证者账户地址的数组 - uint64 timestamp = 5; // 区块产生时的UNIX时间戳 + int64 timestamp = 5; // 区块产生时的UNIX时间戳 uint64 size = 6; // 区块大小的字节数 bytes transactions_root = 7; // 区块的事务树根 repeated Transaction transactions = 8; // 事务对象的数组,或为空