Skip to content

Commit 1199bdd

Browse files
committed
docs: fixed typo
1 parent b6c06bd commit 1199bdd

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

docs/workshop/day-3-recap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Each of the following approaches describes a solution where an Input Block (IB)
3535

3636
#### IB-to-RB Reference Approach
3737

38-
The simplified diagram below shows respective lower and upper bounds for selecting an RB as ledger state reference for IB validation - each showing the extreme ends of trading off latency for security. Realistically, both are not good choices and some RB such as tip-6 might be more suitable. Note, that even the tip-3 example would introduce on average a delay of 3×20s = 90s before a user could reference outputs from a previously submitted transaction.
38+
The simplified diagram below shows respective lower and upper bounds for selecting an RB as ledger state reference for IB validation - each showing the extreme ends of trading off latency for security. Realistically, both are not good choices and some RB such as tip-3 might be more suitable. Note, that even the tip-3 example would introduce on average a delay of 3×20s = 60s before a user could reference outputs from a previously submitted transaction.
3939

4040
![RB Reference Approach](rb-reference.svg)
4141

docs/workshop/eb-dag-detailed.d2

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ chain: {
2020
label: "Genesis"
2121
}
2222

23-
RBs: {
24-
class: rb_stacked
25-
label: "RBs"
26-
}
27-
2823
RB1: {
2924
class: rb
3025
label: "RB 1"
@@ -134,10 +129,7 @@ IB9: {
134129

135130
# RB references
136131

137-
chain.RBs -> chain.Genesis: {
138-
class: to_rb_arrow
139-
}
140-
chain.RB1 -> chain.RBs: {
132+
chain.RB1 -> chain.Genesis: {
141133
class: to_rb_arrow
142134
}
143135
chain.RB2 -> chain.RB1: {

0 commit comments

Comments
 (0)