summaryrefslogtreecommitdiff
path: root/coin.dot
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-12 11:33:42 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-12 11:33:42 +0200
commit39106e3bcd6e4c59cacf719f677a374f7dcc7953 (patch)
tree223f2fe0d39046e7cadb47f0a744c98ff5b6b1c5 /coin.dot
parent5d9ac101da6f747457522952533cf53e8bbf6ac1 (diff)
downloaddocs-39106e3bcd6e4c59cacf719f677a374f7dcc7953.tar.gz
docs-39106e3bcd6e4c59cacf719f677a374f7dcc7953.tar.bz2
docs-39106e3bcd6e4c59cacf719f677a374f7dcc7953.zip
coin state machine fox
Diffstat (limited to 'coin.dot')
-rw-r--r--coin.dot1
1 files changed, 0 insertions, 1 deletions
diff --git a/coin.dot b/coin.dot
index a3812232..7f21202e 100644
--- a/coin.dot
+++ b/coin.dot
@@ -39,7 +39,6 @@ digraph Coin {
fresh->expired [style=dotted];
fresh->revoked [style=dotted];
revoked->recoup;
- recoup->rs;
recoup->zombie;
zombie->melt;
}