Skip to content

Commit

Permalink
adding again to test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
falcucci committed Nov 15, 2023
1 parent a555dfb commit 8a84226
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mithril-common/src/chain_observer/pallas_observer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ impl ChainObserver for PallasChainObserver {
.await
.map_err(|err| ChainObserverError::General(err.into()))?;

statequery.send_release().await.unwrap();
statequery.send_done().await.unwrap();

client.chainsync().send_done().await.unwrap();
client.abort();

Expand Down

0 comments on commit 8a84226

Please sign in to comment.