mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Fix couple minor import errors after rebase
This commit is contained in:
parent
e4ebb7c7cb
commit
f7ddd6b3d3
2 changed files with 0 additions and 3 deletions
|
@ -31,8 +31,6 @@ extern crate grin_util as util;
|
|||
extern crate lazy_static;
|
||||
extern crate num_bigint as bigint;
|
||||
extern crate rand;
|
||||
extern crate grin_keychain as keychain;
|
||||
extern crate grin_util as util;
|
||||
extern crate serde;
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
|
|
|
@ -18,7 +18,6 @@ extern crate blake2_rfc as blake2;
|
|||
extern crate byteorder;
|
||||
extern crate grin_util as util;
|
||||
extern crate rand;
|
||||
extern crate grin_util as util;
|
||||
extern crate serde;
|
||||
extern crate serde_derive;
|
||||
extern crate serde_json;
|
||||
|
|
Loading…
Reference in a new issue