Cleanup SDK use syntax (#8004)

This commit is contained in:
Jack May
2020-01-28 16:11:22 -08:00
committed by GitHub
parent 4197cce8c9
commit 12eff5a2f9
17 changed files with 59 additions and 66 deletions

View File

@@ -2,10 +2,7 @@
use bs58;
use sha2::{Digest, Sha256};
use std::convert::TryFrom;
use std::fmt;
use std::mem;
use std::str::FromStr;
use std::{convert::TryFrom, fmt, mem, str::FromStr};
pub const HASH_BYTES: usize = 32;
#[derive(Serialize, Deserialize, Clone, Copy, Default, Eq, PartialEq, Ord, PartialOrd, Hash)]