[Upgrade] feynman 0.5.0rc1 (#1699)

This commit is contained in:
Ho
2025-07-18 16:57:31 +09:00
committed by GitHub
parent de17ad43ff
commit 9d94f943e5
22 changed files with 11855 additions and 481 deletions

View File

@@ -108,7 +108,7 @@ impl ChunkInterpreter for RpcClient<'_> {
.get_block_by_hash(block_hash)
.full()
.await?
.ok_or_else(|| eyre::eyre!("Block not found"))?;
.ok_or_else(|| eyre::eyre!("Block {block_hash} not found"))?;
let number = block.header.number;
if number == 0 {