taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit c4c360fcf75c58af02e8671e7c4198c565a8f3ee
parent eaa726572e42adc623190f4922d0bd0d6363b5b9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  9 Apr 2023 11:53:50 +0200

fix box types

Diffstat:
Mtransaction-refund-states.dot | 6+++---
Mtransaction-withdrawal-states.dot | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/transaction-refund-states.dot b/transaction-refund-states.dot @@ -5,9 +5,9 @@ digraph G { pending_ar[label="pending(user-accept)"]; pending_me[label="pending(merchant)"]; pending_re[label="pending(refresh)"]; - suspended_in[label="suspended(lookup-refund)"]; - suspended_me[label="suspended(merchant)"]; - suspended_re[label="suspended(refresh)"]; + suspended_in[label="suspended(lookup-refund)", shape="box"]; + suspended_me[label="suspended(merchant)", shape="box"]; + suspended_re[label="suspended(refresh)", shape="box"]; done[label="done", shape="box"]; deleted[label="deleted", shape="box"]; failed[label="failed", shape="box"]; diff --git a/transaction-withdrawal-states.dot b/transaction-withdrawal-states.dot @@ -6,7 +6,7 @@ digraph G { pending_bc[label="pending(bank-confirming)"]; pending_ewr[label="pending(exchange-wait-reserve)"]; pending_wc[label="pending(withdrawing-coins)"]; - pending_kyc[label="pending(kyc)", shape="box"]; + pending_kyc[label="pending(kyc)"]; pending_aml[label="pending(aml)"]; done[label="done", shape="box"]; suspended_aw[label="suspended(after-wired)", shape="box"];