Remove unused crate (#3211)

This commit is contained in:
Quentin Le Sceller 2020-01-28 13:56:45 -05:00 committed by GitHub
parent 9ec9d04457
commit fb888a32d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,6 @@ use crate::core::core::{
};
use crate::core::libtx::build::{self, input, output};
use crate::core::libtx::ProofBuilder;
use crate::core::pow::Proof;
use crate::core::{global, ser};
use chrono::Duration;
use grin_core as core;