Make AuRa generic over cryptography (#2062)

As is so often the case in Rust, most of the work was fixing compiler
errors and removing spurious type annotations.
This commit is contained in:
DemiMarie-parity
2019-03-21 17:26:00 -04:00
committed by GitHub
parent b712795aa2
commit 000e7a8002
7 changed files with 88 additions and 62 deletions
+1 -1
View File
@@ -501,7 +501,7 @@ impl Pair {
#[cfg(test)]
mod test {
use super::*;
use crate::{Pair as PairT, crypto::{Ss58Codec, DEV_PHRASE, DEV_ADDRESS}};
use crate::crypto::{Ss58Codec, DEV_PHRASE, DEV_ADDRESS};
use hex_literal::{hex, hex_impl};
#[test]