Fix warnings: try/? in whisper

This commit is contained in:
adria0 2020-07-29 11:42:19 +02:00 committed by Artem Vorotnikov
parent 33b5b36f44
commit 412d0307cb
No known key found for this signature in database
GPG Key ID: E0148C3F2FBB7A20
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
//! interface.
#![cfg_attr(feature = "time_checked_add", feature(time_checked_add))]
#![allow(deprecated)]
extern crate byteorder;
extern crate ethcore_network as network;