shorter block hash
This commit is contained in:
parent
24b7cfc300
commit
5c8d527f36
@ -236,7 +236,8 @@ impl Web3Connections {
|
||||
match new_block_num.cmp(&pending_synced_connections.head_block_num) {
|
||||
cmp::Ordering::Greater => {
|
||||
// the rpc's newest block is the new overall best block
|
||||
info!("new head: {:?}", new_block_hash);
|
||||
// TODO: if trace, do the full block hash?
|
||||
info!("new head: {}", new_block_hash);
|
||||
|
||||
pending_synced_connections.inner.clear();
|
||||
pending_synced_connections.inner.insert(rpc_id);
|
||||
|
Loading…
Reference in New Issue
Block a user