Skip to content

Commit 7cdc7d1

Browse files
committed
Fix capitalization
1 parent dbb37f9 commit 7cdc7d1

File tree

1 file changed

+1
-1
lines changed
  • beacon_node/execution_layer/src/test_utils

1 file changed

+1
-1
lines changed

beacon_node/execution_layer/src/test_utils/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ pub fn serve<E: EthSpec>(
754754

755755
info!(
756756
listen_address = listening_socket.to_string(),
757-
"Mock Execution Client started"
757+
"Mock execution client started"
758758
);
759759

760760
Ok((listening_socket, server))

0 commit comments

Comments
 (0)