Skip to content

Commit

Permalink
Merge pull request #6591 from planetarium/improve/issue-6582
Browse files Browse the repository at this point in the history
GetSheets Use StateRootHash instead of BlockHash
  • Loading branch information
ipdae authored Dec 13, 2024
2 parents a9b5017 + 6a93ae6 commit 3967e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nekoyume/Assets/_Scripts/Blockchain/RPCAgent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ await chunks
{
var raw =
await _service.GetSheets(
BlockTipHash.ToByteArray(),
BlockTipStateRootHash.ToByteArray(),
list.Select(a => a.ToByteArray()));
await raw.ParallelForEachAsync(async pair =>
{
Expand Down

0 comments on commit 3967e2c

Please sign in to comment.