fix compile
This commit is contained in:
parent
75a1777957
commit
3e4b7a0687
|
@ -7,7 +7,7 @@ use crate::util::timeout_fallback;
|
|||
use crate::validator_identity::ValidatorIdentity;
|
||||
use anyhow::{bail, Context};
|
||||
use futures::future::join_all;
|
||||
use log::{debug, info, warn};
|
||||
use log::{debug, info, trace, warn};
|
||||
use quinn::{
|
||||
ClientConfig, Endpoint, EndpointConfig, IdleTimeout, TokioRuntime, TransportConfig, VarInt,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue