summaryrefslogtreecommitdiff
path: root/images/transaction-refund-states.dot
diff options
context:
space:
mode:
Diffstat (limited to 'images/transaction-refund-states.dot')
-rw-r--r--images/transaction-refund-states.dot8
1 files changed, 8 insertions, 0 deletions
diff --git a/images/transaction-refund-states.dot b/images/transaction-refund-states.dot
new file mode 100644
index 00000000..d436fea3
--- /dev/null
+++ b/images/transaction-refund-states.dot
@@ -0,0 +1,8 @@
+digraph G {
+
+ initial[label="", shape="circle", xlabel="refund"];
+ pending_accept[label="accept"];
+ done[label="done", shape="box"];
+ initial -> pending_accept;
+ pending_accept -> done;
+}