Skip to content

Commit

Permalink
fix: remove superfluous sync impl
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Feb 8, 2022
1 parent ef5513a commit 0f25d79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fastpay_core/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ pub struct ClientState<AuthorityAPI> {
store: ClientStore,
}

unsafe impl<AuthorityAPI> Sync for ClientState<AuthorityAPI> {}

// Operations are considered successful when they successfully reach a quorum of authorities.
#[async_trait]
pub trait Client {
Expand Down

0 comments on commit 0f25d79

Please sign in to comment.