Skip to content

Commit

Permalink
fix(build): remove references to vec{set,map}
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrusu committed May 6, 2021
1 parent 40d5f71 commit c937710
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ mod dbc_transaction;
mod error;
mod key_manager;
mod mint;
mod vecmap;
mod vecset;

pub use crate::{
dbc::Dbc,
Expand All @@ -26,8 +24,6 @@ pub use crate::{
error::{Error, Result},
key_manager::{ChainNode, KeyCache, KeyManager, PublicKey, Signature},
mint::{Mint, MintRequest},
vecmap::VecMap,
vecset::VecSet,
};

fn sha3_256(input: &[u8]) -> Hash {
Expand Down

0 comments on commit c937710

Please sign in to comment.