diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-04 11:47:22 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-04 11:47:22 +0100 |
commit | 6cc516427b06f1fd1a72ee1b75da909e1ed38166 (patch) | |
tree | d1329c6f8a5cb3aeed9fdad1b57db56c30bde09b /src/exchangedb/exchangedb_transactions.c | |
parent | a3013d9e3d26daf9f5df39046c6a9bc0dc45603b (diff) |
minor code clean up, renaming for consistency
Diffstat (limited to 'src/exchangedb/exchangedb_transactions.c')
-rw-r--r-- | src/exchangedb/exchangedb_transactions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/exchangedb_transactions.c b/src/exchangedb/exchangedb_transactions.c index 50e21f4d4..79acdb4a0 100644 --- a/src/exchangedb/exchangedb_transactions.c +++ b/src/exchangedb/exchangedb_transactions.c @@ -63,7 +63,7 @@ TALER_EXCHANGEDB_calculate_transaction_list_totals (struct return GNUNET_SYSERR; } break; - case TALER_EXCHANGEDB_TT_REFRESH_MELT: + case TALER_EXCHANGEDB_TT_MELT: /* spent += pos->amount_with_fee */ if (GNUNET_OK != TALER_amount_add (&spent, |