From 94aee6f74290eb4186b6380970f297472f715980 Mon Sep 17 00:00:00 2001 From: jaspervdm Date: Thu, 16 May 2019 20:55:20 +0200 Subject: [PATCH] Fix keybase adapter (#107) --- impls/src/adapters/keybase.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/impls/src/adapters/keybase.rs b/impls/src/adapters/keybase.rs index 6369ef46d..79cf25bfe 100644 --- a/impls/src/adapters/keybase.rs +++ b/impls/src/adapters/keybase.rs @@ -388,9 +388,7 @@ impl WalletCommAdapter for KeybaseWalletCommAdapter { match res { // Reply to the same channel with topic SLATE_SIGNED Ok(s) => { - let slate = - serde_json::to_string(&s).map_err(|_| ErrorKind::SlateSer)?; - let success = send(slate, channel, SLATE_SIGNED, TTL); + let success = send(s, channel, SLATE_SIGNED, TTL); if success { notify_on_receive(