diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-10-21 20:52:26 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-10-21 20:52:26 +0200 |
commit | 4ad39b6b73a9dd2716855e08c67a905d02a1cf97 (patch) | |
tree | 332a90050c2758e3ae23a98c811c87f17e963914 /src/include/taler_auditordb_plugin.h | |
parent | 7e426913cee72ef5e65289f5374b0e17274bf5aa (diff) |
first skeleton of /deposit-confirmation API implementation; not yet complete, cannot work as-is, see FIXMEs
Diffstat (limited to 'src/include/taler_auditordb_plugin.h')
-rw-r--r-- | src/include/taler_auditordb_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_auditordb_plugin.h b/src/include/taler_auditordb_plugin.h index 622ae1afa..752ff6a8d 100644 --- a/src/include/taler_auditordb_plugin.h +++ b/src/include/taler_auditordb_plugin.h @@ -245,7 +245,7 @@ struct TALER_AUDITORDB_DepositConfirmation /** * Public signing key from the exchange matching @e exchange_sig. */ - struct TALER_ExchangeSignatureP exchange_pub; + struct TALER_ExchangePublicKeyP exchange_pub; /** * Exchange master signature over @e exchange_sig. |