You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: json/src/scheme/simple_poa.rs
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
// Copyright 2018 Kodebox, Inc.
1
+
// Copyright 2018-2019 Kodebox, Inc.
2
2
// This file is part of CodeChain.
3
3
//
4
4
// This program is free software: you can redistribute it and/or modify
@@ -39,11 +39,9 @@ mod tests {
39
39
use std::str::FromStr;
40
40
41
41
use ckey::Public;
42
-
use primitives::U256;
43
42
use serde_json;
44
43
45
44
usesuper::SimplePoA;
46
-
usecrate::uint::Uint;
47
45
48
46
#[test]
49
47
fnbasic_authority_deserialization(){
@@ -58,6 +56,6 @@ mod tests {
58
56
59
57
let vs = vec![Public::from_str("2a8a69439f2396c9a328289fdc3905d9736da9e14eb1a282cfd2c036cc21a17a5d05595160b7924e5ecf3f2628b440e601f3a531e92fa81571a70e6c695b2d08").unwrap()];
0 commit comments