Move solana proper back to paritytech/jsonrpc

This commit is contained in:
Tyera Eulberg
2019-02-04 17:41:03 -07:00
committed by Tyera Eulberg
parent 4985b682c3
commit 0025d36880
8 changed files with 134 additions and 215 deletions

View File

@@ -178,7 +178,7 @@ impl Default for LocalVoteSigner {
#[cfg(test)]
mod tests {
use super::*;
use crate::jsonrpc_core::Response;
use jsonrpc_core::{types::*, Response};
use solana_sdk::signature::{Keypair, KeypairUtil};
use std::mem;