summaryrefslogtreecommitdiff
path: root/src/include/taler_merchantdb_plugin.h
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-12 23:11:54 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-12 23:11:54 +0200
commitfe973b29bba8a6f46989743e4263a23e473735b8 (patch)
tree376dc0130aeb7f4edb3dee1519c22a145b50f143 /src/include/taler_merchantdb_plugin.h
parent52e82c8e9a1a988f075db0c74126744fca548173 (diff)
downloadmerchant-fe973b29bba8a6f46989743e4263a23e473735b8.tar.gz
merchant-fe973b29bba8a6f46989743e4263a23e473735b8.tar.bz2
merchant-fe973b29bba8a6f46989743e4263a23e473735b8.zip
merchant's key in transactions table
Diffstat (limited to 'src/include/taler_merchantdb_plugin.h')
-rw-r--r--src/include/taler_merchantdb_plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
index 04cdf313..54360e50 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -151,6 +151,7 @@ struct TALER_MERCHANTDB_Plugin
*
* @param cls closure
* @param transaction_id of the contract
+ * @param merchant_pub merchant's public key
* @param exchange_uri URI of the exchange
* @param h_contract hash of the contract
* @param h_wire hash of our wire details
@@ -162,6 +163,7 @@ struct TALER_MERCHANTDB_Plugin
int
(*store_transaction) (void *cls,
uint64_t transaction_id,
+ const struct TALER_MerchantPublicKeyP *merchant_pub,
const char *exchange_uri,
const struct GNUNET_HashCode *h_contract,
const struct GNUNET_HashCode *h_wire,