Fix distance for fork and add parentHash to blockContainer (#186)

* Fix distance for fork
This commit is contained in:
KirillPamPam
2023-03-28 15:16:39 +04:00
committed by GitHub
parent eac5a4ccf8
commit bdcb7386cd
37 changed files with 163 additions and 30 deletions

View File

@@ -31,6 +31,7 @@ message BlockMeta {
bytes difficulty = 3;
uint64 timestamp = 4;
repeated bytes tx_hashes = 5;
bytes parent_hash = 6;
}
message TxMeta {