minor comment fixes

This commit is contained in:
Florian Dold 2020-01-19 22:57:39 +01:00
parent bb36d40132
commit 73d9ef6c34
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -85,7 +85,7 @@ struct WirePrepareData
struct TALER_BANK_WireExecuteHandle *eh; struct TALER_BANK_WireExecuteHandle *eh;
/** /**
* Wire plugin used for this preparation. * Wire account used for this preparation.
*/ */
struct WireAccount *wa; struct WireAccount *wa;
@ -242,12 +242,12 @@ static struct GNUNET_CONFIGURATION_Handle *cfg;
static struct TALER_EXCHANGEDB_Plugin *db_plugin; static struct TALER_EXCHANGEDB_Plugin *db_plugin;
/** /**
* Head of list of loaded wire plugins. * Head of list wire accounts of the exchange.
*/ */
static struct WireAccount *wa_head; static struct WireAccount *wa_head;
/** /**
* Tail of list of loaded wire plugins. * Head of list wire accounts of the exchange.
*/ */
static struct WireAccount *wa_tail; static struct WireAccount *wa_tail;