From 3e7ee98421e1a8ec597e9688e1a5585a94660864 Mon Sep 17 00:00:00 2001 From: Maksim Dimitrov Date: Tue, 3 Feb 2026 14:50:45 +0200 Subject: [PATCH] graphman: remove leftover block_on Signed-off-by: Maksim Dimitrov --- node/src/manager/commands/chain.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/src/manager/commands/chain.rs b/node/src/manager/commands/chain.rs index ad6d7bdd543..fbca85e5c44 100644 --- a/node/src/manager/commands/chain.rs +++ b/node/src/manager/commands/chain.rs @@ -254,7 +254,7 @@ pub async fn change_block_cache_shard( let chain = BlockStore::allocate_chain(conn, &chain_name, &shard, &ident).await?; - graph::block_on(store.add_chain_store(&chain,ChainStatus::Ingestible, true))?; + store.add_chain_store(&chain,ChainStatus::Ingestible, true).await?; // Drop the foreign key constraint on deployment_schemas sql_query(