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 /src | |
parent | 34b0b1666d7cb41778cb498895939a8a06fefad0 (diff) |
-fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/exchangedb/lrbt_callbacks.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, TALER_PQ_result_spec_json ("wire_target", &td.details.wire_out.wire_target), GNUNET_PQ_result_spec_string ( - "exchnage_account_section", + "exchange_account_section", &td.details.wire_out.exchange_account_section), TALER_PQ_RESULT_SPEC_AMOUNT ("amount", &td.details.wire_out.amount), |