Skip to content

Commit

Permalink
Fix chia-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Aug 21, 2024
1 parent 1e903e2 commit 2d2a31c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crates/chia-client/src/peer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ type Requests = Arc<Mutex<HashMap<u16, oneshot::Sender<Message>>>>;
pub enum PeerEvent {
CoinStateUpdate(CoinStateUpdate),
NewPeakWallet(NewPeakWallet),
SubscribedMempoolItems(SubscribedMempoolItems),
MempoolItemAdded(MempoolItemAdded),
MempoolItemsAdded(MempoolItemsAdded),
MempoolItemsRemoved(MempoolItemsRemoved),
}

Expand Down Expand Up @@ -363,8 +362,7 @@ impl Peer {
events!(
CoinStateUpdate,
NewPeakWallet,
SubscribedMempoolItems,
MempoolItemAdded,
MempoolItemsAdded,
MempoolItemsRemoved
);

Expand Down

0 comments on commit 2d2a31c

Please sign in to comment.