ethcore-bloom-journal updated to 2018 (#10804)

This commit is contained in:
Marek Kotewicz
2019-06-27 20:34:07 +08:00
committed by Andronik Ordian
parent afe14b42e2
commit a729ca3223
3 changed files with 7 additions and 10 deletions

View File

@@ -14,11 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with Parity Ethereum. If not, see <http://www.gnu.org/licenses/>.
extern crate siphasher;
use std::cmp;
use std::mem;
use std::f64;
use std::{cmp, mem, f64};
use std::hash::{Hash, Hasher};
use std::collections::HashSet;
use siphasher::sip::SipHasher;