1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

fixed block scheme bug

This commit is contained in:
ton 2020-04-03 23:21:15 +04:00
parent c300b4ff30
commit d17186896b
4 changed files with 111 additions and 25 deletions

View file

@ -273,6 +273,7 @@ struct McShardHash : public McShardHashI {
bool pack(vm::CellBuilder& cb) const;
static Ref<McShardHash> unpack(vm::CellSlice& cs, ton::ShardIdFull id);
static Ref<McShardHash> from_block(Ref<vm::Cell> block_root, const ton::FileHash& _fhash, bool init_fees = false);
static bool extract_cc_seqno(vm::CellSlice& cs, ton::CatchainSeqno* cc);
McShardHash* make_copy() const override {
return new McShardHash(*this);
}