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:
parent
c300b4ff30
commit
d17186896b
4 changed files with 111 additions and 25 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue