mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
parent
5101b404a4
commit
8d7f1bba73
27 changed files with 617 additions and 477 deletions
|
@ -103,8 +103,8 @@ class CatChainBlockImpl : public CatChainBlock {
|
|||
|
||||
bool is_descendant_of(CatChainBlock *block) override;
|
||||
|
||||
CatChainBlockImpl(td::uint32 src, td::uint32 fork, PublicKeyHash src_hash, CatChainBlockHeight height,
|
||||
CatChainBlockHash hash, td::SharedSlice payload, CatChainBlock *prev,
|
||||
CatChainBlockImpl(td::uint32 src, td::uint32 fork, const PublicKeyHash &src_hash, CatChainBlockHeight height,
|
||||
const CatChainBlockHash &hash, td::SharedSlice payload, CatChainBlock *prev,
|
||||
std::vector<CatChainBlock *> deps, std::vector<CatChainBlockHeight> vt);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue