feat(traverse): Decode Conway block headers properly (#466)
This commit is contained in:
parent
69de222dbe
commit
0c36f3803e
5 changed files with 31 additions and 31 deletions
|
|
@ -2,7 +2,7 @@ use std::net::SocketAddr;
|
|||
use std::path::Path;
|
||||
use std::time::Duration;
|
||||
use thiserror::Error;
|
||||
use tracing::{debug, error, warn};
|
||||
use tracing::{debug, error};
|
||||
|
||||
use tokio::net::{TcpListener, ToSocketAddrs};
|
||||
|
||||
|
|
@ -67,7 +67,7 @@ impl KeepAliveLoop {
|
|||
|
||||
loop {
|
||||
interval.tick().await;
|
||||
warn!("sending keepalive request");
|
||||
debug!("sending keepalive request");
|
||||
|
||||
client
|
||||
.keepalive_roundtrip()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue