Browse Source
Remove duplicate message
This is already logged in the connection actor.
reconnect-to-maker
Thomas Eizinger
3 years ago
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96
1 changed files with
0 additions and
1 deletions
-
daemon/src/taker_cfd.rs
|
|
@ -740,7 +740,6 @@ where |
|
|
|
+ xtra::Handler<wallet::BuildPartyParams>, |
|
|
|
{ |
|
|
|
async fn handle(&mut self, msg: wire::MakerToTaker, ctx: &mut Context<Self>) { |
|
|
|
tracing::trace!("message from maker: {:?}", msg); |
|
|
|
match msg { |
|
|
|
wire::MakerToTaker::Heartbeat => { |
|
|
|
unreachable!("Heartbeats should be handled somewhere else") |
|
|
|