diff options
Diffstat (limited to 'src/cli/test_iban.sh')
-rwxr-xr-x | src/cli/test_iban.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli/test_iban.sh b/src/cli/test_iban.sh index 54d8b06..fe6f59c 100755 --- a/src/cli/test_iban.sh +++ b/src/cli/test_iban.sh | |||
@@ -284,7 +284,7 @@ echo -n "Configuring Anastasis IBAN account ..." | |||
284 | anastasis-config -c $CONF \ | 284 | anastasis-config -c $CONF \ |
285 | -s authorization-iban \ | 285 | -s authorization-iban \ |
286 | -o CREDIT_IBAN \ | 286 | -o CREDIT_IBAN \ |
287 | -V ${IBAN1} | 287 | -V ${IBAN_CREDIT} |
288 | anastasis-config -c $CONF \ | 288 | anastasis-config -c $CONF \ |
289 | -s authorization-iban \ | 289 | -s authorization-iban \ |
290 | -o WIRE_GATEWAY_URL \ | 290 | -o WIRE_GATEWAY_URL \ |
@@ -341,7 +341,7 @@ anastasis-reducer -a \ | |||
341 | enter_user_attributes < $B1FILE > $B2FILE 2>> test_reducer.err | 341 | enter_user_attributes < $B1FILE > $B2FILE 2>> test_reducer.err |
342 | echo -n "," | 342 | echo -n "," |
343 | 343 | ||
344 | BASEIBAN=`echo $IBAN2 | gnunet-base32` | 344 | BASEIBAN=`echo $IBAN_DEBIT | gnunet-base32` |
345 | anastasis-reducer -a \ | 345 | anastasis-reducer -a \ |
346 | "$(jq -n '{ authentication_method: { | 346 | "$(jq -n '{ authentication_method: { |
347 | type: "iban", | 347 | type: "iban", |