diff options
| author | Joseph <Joseph.xu@efrei.net> | 2023-01-30 09:38:16 -0500 | 
|---|---|---|
| committer | Joseph <Joseph.xu@efrei.net> | 2023-01-30 09:38:16 -0500 | 
| commit | d93006c354ab9d6f2436dfcdf94fcd5416202f25 (patch) | |
| tree | 69c480a28e7693246fc674da712eb110098766ae | |
| parent | 09c043c1771a1abf7a272eac49c0d129f75d415d (diff) | |
update link data test
| -rw-r--r-- | src/exchangedb/test_exchangedb_populate_link_data.c | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exchangedb/test_exchangedb_populate_link_data.c b/src/exchangedb/test_exchangedb_populate_link_data.c index e766b53a..84e5ab88 100644 --- a/src/exchangedb/test_exchangedb_populate_link_data.c +++ b/src/exchangedb/test_exchangedb_populate_link_data.c @@ -49,8 +49,8 @@  #define CURRENCY "EUR"  #define RSA_KEY_SIZE 1024 -#define ROUNDS 2 -#define NUM_ROWS 10 +#define ROUNDS 100 +#define NUM_ROWS 1000  #define MELT_NEW_COINS 5  #define DENOMINATIONS 5  #define MELT_NOREVEAL_INDEX 1 @@ -402,7 +402,7 @@ run (void *cls)            TALER_blinded_planchet_free (&revealed_coins[cnt].blinded_planchet);        } -      { +      /*      {          struct TALER_CoinSpendPublicKeyP ocp;          uint64_t rrc_serial; @@ -411,7 +411,7 @@ run (void *cls)                                                   &revealed_coins->coin_envelope_hash,                                                   &ocp,                                                   &rrc_serial)); -      } +                                                 }*/      }      if (ROUNDS == i)        TALER_denom_sig_free (&depos[i].coin.denom_sig);  | 
