Skip to content

Commit

Permalink
Add a potential open point about pruning seenTxs by id
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Jul 20, 2023
1 parent 27456ae commit 8225ff6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/fig_offchain_prot.tex
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@
$\hatmL\gets\hatmL\applytx \tx$ \;
$\hatmT\gets\hatmT\cup\{\tx\}$
}
% FIXME: Open point: should we remove by id instead?
% \textcolor{blue}{
% $\hatmT \gets \{ tx ~ | ~ \forall tx \in \hatmT : tx \notin \mT_{req} \}$
% $\hatmL \gets \hatmU\applytx\hatmT$
% }

\textcolor{red}{Do clean up $\hatmT_{\mathsf{all}}$ here?}
}
Expand Down

0 comments on commit 8225ff6

Please sign in to comment.