Keybase adapter merge issue fix (#2086)

* fix keybase adapter

* rustfmt
This commit is contained in:
Yeastplume 2018-12-05 19:05:13 +00:00 committed by GitHub
parent f9261310ab
commit e8a481e3d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,8 @@
// Keybase Wallet Plugin // Keybase Wallet Plugin
use controller; use controller;
use core::libtx::slate::Slate;
use failure::ResultExt; use failure::ResultExt;
use libtx::slate::Slate;
use libwallet::{Error, ErrorKind}; use libwallet::{Error, ErrorKind};
use serde::Serialize; use serde::Serialize;
use serde_json::{from_str, to_string, Value}; use serde_json::{from_str, to_string, Value};