refactor: make chainsync machine agnostic of content
This commit is contained in:
parent
e10575f2da
commit
20d9019375
18 changed files with 148 additions and 94 deletions
|
|
@ -25,7 +25,11 @@ fn main() {
|
|||
|
||||
loop {
|
||||
let payload = rx.recv().unwrap();
|
||||
info!("got message within thread, id:{}, length:{}", protocol, payload.len());
|
||||
info!(
|
||||
"got message within thread, id:{}, length:{}",
|
||||
protocol,
|
||||
payload.len()
|
||||
);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue