-more multi-account fixes
This commit is contained in:
parent
7b258d4bdf
commit
a7eae63d20
@ -1613,6 +1613,7 @@ process_debits (void *cls)
|
||||
static void
|
||||
begin_debit_audit (void)
|
||||
{
|
||||
GNUNET_assert (NULL == out_map);
|
||||
out_map = GNUNET_CONTAINER_multihashmap_create (1024,
|
||||
GNUNET_YES);
|
||||
process_debits (wa_head);
|
||||
|
@ -988,8 +988,9 @@ run (void *cls,
|
||||
cred.user42_payto,
|
||||
cred.exchange_payto,
|
||||
"short-lived-reserve"),
|
||||
TALER_TESTING_cmd_exec_wirewatch ("short-lived-aggregation",
|
||||
config_file_expire_reserve_now),
|
||||
TALER_TESTING_cmd_exec_wirewatch2 ("short-lived-aggregation",
|
||||
config_file_expire_reserve_now,
|
||||
"exchange-account-2"),
|
||||
TALER_TESTING_cmd_exec_closer ("close-reserves",
|
||||
config_file_expire_reserve_now,
|
||||
"EUR:5",
|
||||
@ -1192,8 +1193,9 @@ run (void *cls,
|
||||
= CMD_TRANSFER_TO_EXCHANGE ("reserve-open-close-key",
|
||||
"EUR:20");
|
||||
reserve_open_close[(i * RESERVE_OPEN_CLOSE_CHUNK) + 1]
|
||||
= TALER_TESTING_cmd_exec_wirewatch ("reserve-open-close-wirewatch",
|
||||
config_file_expire_reserve_now);
|
||||
= TALER_TESTING_cmd_exec_wirewatch2 ("reserve-open-close-wirewatch",
|
||||
config_file_expire_reserve_now,
|
||||
"exchange-account-2");
|
||||
reserve_open_close[(i * RESERVE_OPEN_CLOSE_CHUNK) + 2]
|
||||
= TALER_TESTING_cmd_exec_closer ("reserve-open-close-aggregation",
|
||||
config_file_expire_reserve_now,
|
||||
|
@ -46,13 +46,13 @@ DURATION = "14 days"
|
||||
|
||||
|
||||
[exchange-account-1]
|
||||
PAYTO_URI = "payto://x-taler-bank/localhost/42?receiver-name=42"
|
||||
PAYTO_URI = "payto://x-taler-bank/localhost/2?receiver-name=2"
|
||||
ENABLE_DEBIT = YES
|
||||
ENABLE_CREDIT = YES
|
||||
|
||||
[exchange-accountcredentials-1]
|
||||
WIRE_GATEWAY_AUTH_METHOD = none
|
||||
WIRE_GATEWAY_URL = "http://localhost:8082/42/"
|
||||
WIRE_GATEWAY_URL = "http://localhost:8082/2/"
|
||||
|
||||
[exchange-account-2]
|
||||
PAYTO_URI = "payto://x-taler-bank/localhost/2?receiver-name=2"
|
||||
|
Loading…
Reference in New Issue
Block a user