Skip to content

Commit

Permalink
feat: follower connection (#157)
Browse files Browse the repository at this point in the history
* refactor(clone): make follower config cloneable

* refactor(clone): make follower config cloneable

* refactor(clone): make follower config cloneable

* refactor(clone): make follower config cloneable
  • Loading branch information
cong-or committed Feb 26, 2024
1 parent c964b27 commit 5b61a71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hermes/crates/cardano-chain-follower/src/follow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ impl FollowerConfigBuilder {
}

/// Configuration for the Cardano chain follower.
#[derive(Clone)]
pub struct FollowerConfig {
/// Configured chain update buffer size.
pub chain_update_buffer_size: usize,
Expand Down

0 comments on commit 5b61a71

Please sign in to comment.