Skip to content

Commit

Permalink
Merge #3996
Browse files Browse the repository at this point in the history
3996: Fix typo for Network docs CI r=Jasagredo a=Jasagredo

# Description

A small typo was preventing the Hydra job to succeed.


Co-authored-by: Javier Sagredo <jasataco@gmail.com>
  • Loading branch information
iohk-bors[bot] and jasagredo authored Sep 8, 2022
2 parents 03f935e + 4a22627 commit 407146b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ haddocks/
/docs/**/*.fdb_latexmk
/docs/**/*.fls
/docs/**/*.log
/docs/**/*.lot
/docs/**/*.out
/docs/**/*.pdf
/docs/**/*.synctex.gz
Expand Down
2 changes: 1 addition & 1 deletion docs/network-design/network-design.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4257,7 +4257,7 @@ \subsubsection{Time to transmit a block of given size across given latencies}
explained in \cite{Comp20}. Here is a link to
\href{https://www.slideshare.net/pnsol-slides/q-and-blockchain-83943683}{{slides
on applicability to block chain}}.} here is for the round trip time,
the $\Delta{}Q|_S$ is $8\times{}10^{-8}$ s/o^\footnote{s/o - seconds per octet}
the $\Delta{}Q|_S$ is $8\times{}10^{-8}$ s/o\footnote{s/o - seconds per octet}
(the typical value from tests), and the $\Delta{}Q$ per direction is taken to
be $1/2$ the round trip (reasonable in an AWS environment, not so in an
asymmetric networking case e.g. residential, SME)
Expand Down

0 comments on commit 407146b

Please sign in to comment.