Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
h6x0r committed Aug 18, 2024
1 parent 1e22ca5 commit 4954fba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public Cell toCell() {
return CellBuilder.beginCell()
.storeUint(0xcca5, 32)
.storeBit(keyBlock)
.storeDict(shardHashes.toCell())
.storeCell(shardHashes.toCell())
// .storeCell(shardFees.toCell())
.storeDict(shardFees.serialize(
k -> CellBuilder.beginCell().storeUint((Long) k, 96).endCell().getBits(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private String getMagic() {
public Cell toCell() {
return CellBuilder.beginCell()
.storeUint(0xcc26, 16)
.storeDict(shardHashes.toCell())
.storeCell(shardHashes.toCell())
.storeCell(configParams.toCell())
.storeRef(info.toCell())
.storeCell(globalBalance.toCell())
Expand Down

0 comments on commit 4954fba

Please sign in to comment.