diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2021-06-27 15:36:42 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2021-06-27 15:36:42 +0200 |
commit | 4ba4cf74ae700fc5ad5f157c81ad052c47e74d70 (patch) | |
tree | 45cfc06032ef6d4faf6997034b80c74ebe4fe568 | |
parent | 34b0b1666d7cb41778cb498895939a8a06fefad0 (diff) | |
download | exchange-4ba4cf74ae700fc5ad5f157c81ad052c47e74d70.tar.gz exchange-4ba4cf74ae700fc5ad5f157c81ad052c47e74d70.zip |
-fix typo
m--------- | contrib/gana | 0 | ||||
-rw-r--r-- | src/exchangedb/lrbt_callbacks.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gana b/contrib/gana | |||
Subproject 225750659eaa65f67687e2b17949a2362dfc731 | Subproject c70de07db9e32b5cf419c9c4d245f6f73f03b2d | ||
diff --git a/src/exchangedb/lrbt_callbacks.c b/src/exchangedb/lrbt_callbacks.c index 14968ac1c..a905e503a 100644 --- a/src/exchangedb/lrbt_callbacks.c +++ b/src/exchangedb/lrbt_callbacks.c | |||
@@ -963,7 +963,7 @@ lrbt_cb_table_wire_out (void *cls, | |||
963 | TALER_PQ_result_spec_json ("wire_target", | 963 | TALER_PQ_result_spec_json ("wire_target", |
964 | &td.details.wire_out.wire_target), | 964 | &td.details.wire_out.wire_target), |
965 | GNUNET_PQ_result_spec_string ( | 965 | GNUNET_PQ_result_spec_string ( |
966 | "exchnage_account_section", | 966 | "exchange_account_section", |
967 | &td.details.wire_out.exchange_account_section), | 967 | &td.details.wire_out.exchange_account_section), |
968 | TALER_PQ_RESULT_SPEC_AMOUNT ("amount", | 968 | TALER_PQ_RESULT_SPEC_AMOUNT ("amount", |
969 | &td.details.wire_out.amount), | 969 | &td.details.wire_out.amount), |